summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-22 15:46:35 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-22 15:46:35 +0800
commitf736c00e0d4b6640ab56abb84af123ceb20df647 (patch)
tree970c5d9b6ae00ce529d2a7dd31249fc41cd5529b /src/storage/pinyin_parser2.h
parentd9d3c2c7292d209829823fb9ed1ac977ed6aeb07 (diff)
downloadlibpinyin-f736c00e0d4b6640ab56abb84af123ceb20df647.tar.gz
libpinyin-f736c00e0d4b6640ab56abb84af123ceb20df647.tar.xz
libpinyin-f736c00e0d4b6640ab56abb84af123ceb20df647.zip
add set scheme for double pinyin 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 4d71538..ad16113 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -153,8 +153,8 @@ class DoublePinyinParser2 : public PinyinParser2
{
/* Note: two internal pointers to double pinyin scheme table. */
protected:
- double_pinyin_scheme_shengmu_item_t * m_shengmu_table;
- double_pinyin_scheme_yunmu_item_t * m_yunmu_table;
+ const double_pinyin_scheme_shengmu_item_t * m_shengmu_table;
+ const double_pinyin_scheme_yunmu_item_t * m_yunmu_table;
public:
DoublePinyinParser2() {