summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-09-13 10:48:44 +0800
committerPeng Wu <alexepico@gmail.com>2013-09-13 11:37:37 +0800
commitab3560ff41d0b93c0ffbec9ea9dbf121dad639f4 (patch)
tree62bcf546077dce6bc99accdf77e48b0c27509246 /src/storage/pinyin_parser2.h
parent23a6259ae58fe293b7d1e69439d9c1590027e26e (diff)
downloadlibzhuyin-ab3560ff41d0b93c0ffbec9ea9dbf121dad639f4.tar.gz
libzhuyin-ab3560ff41d0b93c0ffbec9ea9dbf121dad639f4.tar.xz
libzhuyin-ab3560ff41d0b93c0ffbec9ea9dbf121dad639f4.zip
write in_chewing_scheme
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index c342bad..b410de5 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -199,11 +199,11 @@ public:
class ChewingDiscreteParser2 : public PhoneticParser2
{
- /* Note: some internal pointers to chewing scheme table. */
protected:
/* internal options for chewing parsing. */
pinyin_option_t m_options;
+ /* some internal pointers to chewing scheme table. */
const chewing_index_item_t * m_chewing_index;
size_t m_chewing_index_len;
const chewing_symbol_item_t * m_initial_table;