summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-02-21 11:10:46 +0800
committerPeng Wu <alexepico@gmail.com>2013-02-21 11:18:44 +0800
commit7dfc18b954da70f977c8b272503dd34df042419b (patch)
treeacaff9da9ddceebf5a0a9d7c0edb6ca20e825e0e /src/storage/pinyin_parser2.h
parent8280f39b9e4c765d50029c034d07f775900d1657 (diff)
downloadlibpinyin-7dfc18b954da70f977c8b272503dd34df042419b.tar.gz
libpinyin-7dfc18b954da70f977c8b272503dd34df042419b.tar.xz
libpinyin-7dfc18b954da70f977c8b272503dd34df042419b.zip
add shengmu and yunmu to content_table
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 644dd07..e40b30c 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -31,6 +31,8 @@ namespace pinyin{
typedef struct {
const char * m_pinyin_str;
+ const char * m_shengmu_str;
+ const char * m_yunmu_str;
const char * m_chewing_str;
ChewingKey m_chewing_key;
} content_table_item_t;