summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-03-30 14:17:12 +0800
committerPeng Wu <alexepico@gmail.com>2012-03-30 14:17:12 +0800
commit75ad6e979ef5358a614924d9d31ceecaa66f9ae2 (patch)
treeda15a6af9d00c813fcb748f6ffe8dd88428847b5 /src/storage/pinyin_parser2.h
parentdca3e8468c2a48b270a56bccf86eab608f2d675e (diff)
downloadlibpinyin-75ad6e979ef5358a614924d9d31ceecaa66f9ae2.tar.gz
libpinyin-75ad6e979ef5358a614924d9d31ceecaa66f9ae2.tar.xz
libpinyin-75ad6e979ef5358a614924d9d31ceecaa66f9ae2.zip
write post_process2
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 77e7a50..09469e7 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -148,7 +148,8 @@ protected:
ChewingKeyRestVector & key_rests) const;
bool post_process2(pinyin_option_t options, ChewingKeyVector & keys,
- ChewingKeyRestVector & key_rests) const;
+ ChewingKeyRestVector & key_rests,
+ const char * str, int len) const;
public:
FullPinyinParser2();