summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
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() {