summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-04-19 14:51:00 +0800
committerPeng Wu <alexepico@gmail.com>2012-04-19 14:51:00 +0800
commitbe2be435b1ad0371603407c567475d1490ade1ed (patch)
tree1b017623f600ab87363a384e4fb3dc0d1466857b /src/storage/pinyin_parser2.h
parentfe4688fd9725b295a31c3475c0a117c78de59a0c (diff)
downloadlibpinyin-be2be435b1ad0371603407c567475d1490ade1ed.tar.gz
libpinyin-be2be435b1ad0371603407c567475d1490ade1ed.tar.xz
libpinyin-be2be435b1ad0371603407c567475d1490ade1ed.zip
refine retrieve_divided_item
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h3
1 files changed, 1 insertions, 2 deletions
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();