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 750f23c..72635c0 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -185,7 +185,7 @@ public:
*
*/
-class ChewingSimpleParser2 : public PhoneticParser2
+class ChewingSimpleParser2 : public ChewingParser2
{
/* internal options for chewing parsing. */
pinyin_option_t m_options;
@@ -209,7 +209,7 @@ public:
public:
bool set_scheme(ZhuyinScheme scheme);
- bool in_chewing_scheme(pinyin_option_t options, const char key, const char ** symbol) const;
+ virtual bool in_chewing_scheme(pinyin_option_t options, const char key, gchar ** & symbols) const;
};