summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-23 15:29:57 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-23 15:29:57 +0800
commitc69900e3d25a01101ac82081d9565a59aa477980 (patch)
tree703bb51b30173c4548a8db84ff2dbff185ecc1a6 /src/storage/pinyin_parser2.h
parent9f17bdefd4303242d017f2cd3e0ee3bfba819af2 (diff)
downloadlibpinyin-c69900e3d25a01101ac82081d9565a59aa477980.tar.gz
libpinyin-c69900e3d25a01101ac82081d9565a59aa477980.tar.xz
libpinyin-c69900e3d25a01101ac82081d9565a59aa477980.zip
add set scheme for chewing parser2
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index b81240e..ea7c796 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -197,8 +197,8 @@ class ChewingParser2 : public PinyinParser2
{
/* Note: some internal pointers to chewing scheme table. */
protected:
- chewing_symbol_item_t * m_symbol_table;
- chewing_tone_item_t * m_tone_table;
+ const chewing_symbol_item_t * m_symbol_table;
+ const chewing_tone_item_t * m_tone_table;
public:
ChewingParser2() {