summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_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/pinyin_large_table.h
parent9822563242af16a1e8de2aa83bcd3c65dad1ed97 (diff)
downloadlibpinyin-8170190273c2211311ce6c501b7bbb2d65067c75.tar.gz
libpinyin-8170190273c2211311ce6c501b7bbb2d65067c75.tar.xz
libpinyin-8170190273c2211311ce6c501b7bbb2d65067c75.zip
fixes PinyinBitmapIndexLevel
Diffstat (limited to 'src/storage/pinyin_large_table.h')
-rwxr-xr-xsrc/storage/pinyin_large_table.h1
1 files changed, 0 insertions, 1 deletions
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]