diff options
-rw-r--r-- | src/storage/chewing_large_table.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/storage/chewing_large_table.cpp b/src/storage/chewing_large_table.cpp index bddd1c5..703cfb5 100644 --- a/src/storage/chewing_large_table.cpp +++ b/src/storage/chewing_large_table.cpp @@ -407,8 +407,7 @@ int ChewingArrayIndexLevel<phrase_length>::search template<int phrase_length> int ChewingArrayIndexLevel<phrase_length>::convert (pinyin_option_t options, ChewingKey keys[], - IndexItem * begin, - IndexItem * end, + IndexItem * begin, IndexItem * end, PhraseIndexRanges ranges) const { IndexItem * iter = NULL; PhraseIndexRange cursor; |