From 26719a855a15becc772e90f715bd974e113912b4 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 23 Nov 2011 16:53:04 +0800 Subject: write parse_one_key for chewing parser2 --- src/storage/pinyin_parser2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/storage/pinyin_parser2.h') diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h index ea7c796..6a31703 100644 --- a/src/storage/pinyin_parser2.h +++ b/src/storage/pinyin_parser2.h @@ -214,6 +214,7 @@ public: public: bool set_scheme(ChewingScheme scheme); + bool in_chewing_scheme(const char key); }; -- cgit