summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-23 17:37:02 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-23 17:37:02 +0800
commitcbe325008a4413d154eebf521ba5bfb25bae075d (patch)
tree292d9ba4328ae492399deb42b26a67a3d3493cde /src/storage/pinyin_parser2.h
parentdd2f732abd8d16891995c7c12c2ae73f449f2395 (diff)
downloadlibpinyin-cbe325008a4413d154eebf521ba5bfb25bae075d.tar.gz
libpinyin-cbe325008a4413d154eebf521ba5bfb25bae075d.tar.xz
libpinyin-cbe325008a4413d154eebf521ba5bfb25bae075d.zip
write parse method for chewing parser2
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 6a31703..c200846 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -214,7 +214,7 @@ public:
public:
bool set_scheme(ChewingScheme scheme);
- bool in_chewing_scheme(const char key);
+ bool in_chewing_scheme(const char key) const;
};