From be2be435b1ad0371603407c567475d1490ade1ed Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 19 Apr 2012 14:51:00 +0800 Subject: refine retrieve_divided_item --- src/storage/pinyin_parser2.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/storage/pinyin_parser2.h') diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h index 77ed3d4..50bcef0 100644 --- a/src/storage/pinyin_parser2.h +++ b/src/storage/pinyin_parser2.h @@ -153,8 +153,7 @@ protected: public: const divided_table_item_t * retrieve_divided_item - (pinyin_option_t options, size_t offset, - ChewingKeyVector & keys, ChewingKeyRestVector & key_rests, + (pinyin_option_t options, ChewingKey * key, ChewingKeyRest * rest, const char * str, int len) const; public: FullPinyinParser2(); -- cgit