summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-02-10 14:25:59 +0800
committerPeng Wu <alexepico@gmail.com>2012-02-10 14:25:59 +0800
commit64e3ee153b152091983cf830d214bb20bfa44b46 (patch)
tree49c08ec8ec2772c6c8c85c6d54750c8b3d8d277e /src/storage/pinyin_parser2.h
parentb5bec43f6ccd58e6eaf23eea0120bc50afdffb07 (diff)
downloadlibpinyin-64e3ee153b152091983cf830d214bb20bfa44b46.tar.gz
libpinyin-64e3ee153b152091983cf830d214bb20bfa44b46.tar.xz
libpinyin-64e3ee153b152091983cf830d214bb20bfa44b46.zip
fixes in_chewing_scheme
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 d651554..2ff46f3 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -213,7 +213,7 @@ public:
public:
bool set_scheme(ChewingScheme scheme);
- bool in_chewing_scheme(const char key, const char ** symbol) const;
+ bool in_chewing_scheme(pinyin_option_t options, const char key, const char ** symbol) const;
};