summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-09-12 15:41:30 +0800
committerPeng Wu <alexepico@gmail.com>2013-09-12 15:41:30 +0800
commit23a6259ae58fe293b7d1e69439d9c1590027e26e (patch)
tree1db3511e8321caa0e637a68ad7575a0e6979459b /src/storage/pinyin_parser2.h
parent22d3719a8a2fc1343af1de100b6bb92a1b171b7e (diff)
downloadlibzhuyin-23a6259ae58fe293b7d1e69439d9c1590027e26e.tar.gz
libzhuyin-23a6259ae58fe293b7d1e69439d9c1590027e26e.tar.xz
libzhuyin-23a6259ae58fe293b7d1e69439d9c1590027e26e.zip
update pinyin_option_t
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 75bc038..c342bad 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -201,6 +201,9 @@ class ChewingDiscreteParser2 : public PhoneticParser2
{
/* Note: some internal pointers to chewing scheme table. */
protected:
+ /* internal options for chewing parsing. */
+ pinyin_option_t m_options;
+
const chewing_index_item_t * m_chewing_index;
size_t m_chewing_index_len;
const chewing_symbol_item_t * m_initial_table;