summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-04-10 15:27:49 +0800
committerPeng Wu <alexepico@gmail.com>2014-04-10 15:27:49 +0800
commitb0458f820841d8e2c2433fc374959acb72c2194d (patch)
tree424f917037244688f235f676fc32bd75e7b43c96 /src/storage/pinyin_parser2.cpp
parent840c16f4a673beb3b33bc62759fae46ea887f3d2 (diff)
downloadlibzhuyin-b0458f820841d8e2c2433fc374959acb72c2194d.tar.gz
libzhuyin-b0458f820841d8e2c2433fc374959acb72c2194d.tar.xz
libzhuyin-b0458f820841d8e2c2433fc374959acb72c2194d.zip
rename enums
Diffstat (limited to 'src/storage/pinyin_parser2.cpp')
-rw-r--r--src/storage/pinyin_parser2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp
index 9fabd8a..f2cf157 100644
--- a/src/storage/pinyin_parser2.cpp
+++ b/src/storage/pinyin_parser2.cpp
@@ -74,8 +74,8 @@ static bool check_chewing_options(pinyin_option_t options, const chewing_index_i
}
/* handle correct chewing, currently only one flag per item. */
- flags &= CHEWING_CORRECT_ALL;
- options &= CHEWING_CORRECT_ALL;
+ flags &= ZHUYIN_CORRECT_ALL;
+ options &= ZHUYIN_CORRECT_ALL;
if (flags) {
if ((flags & options) != flags)