summaryrefslogtreecommitdiffstats
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
parent9822563242af16a1e8de2aa83bcd3c65dad1ed97 (diff)
downloadlibpinyin-8170190273c2211311ce6c501b7bbb2d65067c75.tar.gz
libpinyin-8170190273c2211311ce6c501b7bbb2d65067c75.tar.xz
libpinyin-8170190273c2211311ce6c501b7bbb2d65067c75.zip
fixes PinyinBitmapIndexLevel
-rw-r--r--src/storage/phrase_large_table.h1
-rwxr-xr-xsrc/storage/pinyin_large_table.h1
2 files changed, 1 insertions, 1 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:
diff --git a/src/storage/pinyin_large_table.h b/src/storage/pinyin_large_table.h
index c1e6247..f119ac2 100755
--- a/src/storage/pinyin_large_table.h
+++ b/src/storage/pinyin_large_table.h
@@ -35,7 +35,6 @@ namespace novel{
class PinyinLengthIndexLevel;
class PinyinBitmapIndexLevel{
- friend class PinyinLargeTable;
PinyinCustomSettings * m_custom;
protected:
PinyinLengthIndexLevel * m_pinyin_length_indexes[PINYIN_Number_Of_Initials]