summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-09-16 13:58:22 +0800
committerPeng Wu <alexepico@gmail.com>2013-09-16 13:58:22 +0800
commitd17dfde1b862da432d75d799458da64000db4f43 (patch)
tree99c08aec0a20acbd0c702667219e0c2158d2599f /src/storage/pinyin_parser2.h
parent5ed605676150810da376710beddefb6af787fd55 (diff)
downloadlibzhuyin-d17dfde1b862da432d75d799458da64000db4f43.tar.gz
libzhuyin-d17dfde1b862da432d75d799458da64000db4f43.tar.xz
libzhuyin-d17dfde1b862da432d75d799458da64000db4f43.zip
write parse method
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index b410de5..16c078c 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -213,6 +213,7 @@ protected:
public:
ChewingDiscreteParser2() {
+ m_options = 0;
m_chewing_index = NULL; m_chewing_index_len = 0;
m_initial_table = NULL; m_middle_table = NULL;
m_final_table = NULL; m_tone_table = NULL;