summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2010-08-23 13:33:22 +0800
committerPeng Wu <alexepico@gmail.com>2010-08-23 13:33:22 +0800
commit8170190273c2211311ce6c501b7bbb2d65067c75 (patch)
treeb290ecf3ed421b6e551482edfd7b8ecc12e7670b /src/storage/phrase_large_table.h
parent9822563242af16a1e8de2aa83bcd3c65dad1ed97 (diff)
downloadlibpinyin-8170190273c2211311ce6c501b7bbb2d65067c75.tar.gz
libpinyin-8170190273c2211311ce6c501b7bbb2d65067c75.tar.xz
libpinyin-8170190273c2211311ce6c501b7bbb2d65067c75.zip
fixes PinyinBitmapIndexLevel
Diffstat (limited to 'src/storage/phrase_large_table.h')
-rw-r--r--src/storage/phrase_large_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/phrase_large_table.h b/src/storage/phrase_large_table.h
index d6373c9..4578b7a 100644
--- a/src/storage/phrase_large_table.h
+++ b/src/storage/phrase_large_table.h
@@ -24,6 +24,7 @@
class PhraseLargeTable{
protected:
+ PhraseBitmapIndexLevel m_bitmap_table;
MemoryChunk * m_chunk;
public: