summaryrefslogtreecommitdiffstats
path: root/src/lookup/pinyin_lookup.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-03-02 11:09:10 +0800
committerPeng Wu <alexepico@gmail.com>2012-03-02 11:09:10 +0800
commitdf35a1ceaff8da71f9953c3f89cbb66b658f69eb (patch)
treedb895316eb0a645c60bc23c09a04b7c77e4907ea /src/lookup/pinyin_lookup.h
parent92b698bcd9d09f8a5f3af62d70385b80cb0d1f59 (diff)
downloadlibpinyin-df35a1ceaff8da71f9953c3f89cbb66b658f69eb.tar.gz
libpinyin-df35a1ceaff8da71f9953c3f89cbb66b658f69eb.tar.xz
libpinyin-df35a1ceaff8da71f9953c3f89cbb66b658f69eb.zip
update pinyin_lookup.*
Diffstat (limited to 'src/lookup/pinyin_lookup.h')
-rw-r--r--src/lookup/pinyin_lookup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lookup/pinyin_lookup.h b/src/lookup/pinyin_lookup.h
index 9275f36..9a435d7 100644
--- a/src/lookup/pinyin_lookup.h
+++ b/src/lookup/pinyin_lookup.h
@@ -134,7 +134,7 @@ public:
return true;
}
- bool get_best_match(ChewingKeyVector keys, CandidateConstraints constraints, MatchResults & results);
+ bool get_best_match(TokenVector prefixes, ChewingKeyVector keys, CandidateConstraints constraints, MatchResults & results);
bool train_result2(ChewingKeyVector keys, CandidateConstraints constraints, MatchResults results);