summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_large_table.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-08-24 13:56:30 +0800
committerPeng Wu <alexepico@gmail.com>2010-08-24 13:56:30 +0800
commit7a5db88ba5e7a4c38e9206fcfb8286073201f1f9 (patch)
tree09caf114dd0f3b1c30f9f96c24f80af6f8707b5a /src/storage/pinyin_large_table.h
parentfb377d5bbbba988cd34d78e22d6403295956004c (diff)
downloadlibpinyin-7a5db88ba5e7a4c38e9206fcfb8286073201f1f9.tar.gz
libpinyin-7a5db88ba5e7a4c38e9206fcfb8286073201f1f9.tar.xz
libpinyin-7a5db88ba5e7a4c38e9206fcfb8286073201f1f9.zip
add phrase large table impl.
Diffstat (limited to 'src/storage/pinyin_large_table.h')
-rwxr-xr-xsrc/storage/pinyin_large_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/pinyin_large_table.h b/src/storage/pinyin_large_table.h
index b1e5386..add8f67 100755
--- a/src/storage/pinyin_large_table.h
+++ b/src/storage/pinyin_large_table.h
@@ -131,7 +131,7 @@ public:
bool load(MemoryChunk * chunk){
reset();
m_chunk = chunk;
- return m_bitmap_table.load(chunk, 0 , chunk->size());
+ return m_bitmap_table.load(chunk, 0, chunk->size());
}
bool store(MemoryChunk * new_chunk){