From dd053f6ea1dafd6cec9d9d5a011bba5ef8d50dfc Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 3 Sep 2012 16:24:26 +0800 Subject: update utils/storage --- utils/storage/gen_binary_files.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/storage/gen_binary_files.cpp') diff --git a/utils/storage/gen_binary_files.cpp b/utils/storage/gen_binary_files.cpp index 725c3f2..232e57f 100644 --- a/utils/storage/gen_binary_files.cpp +++ b/utils/storage/gen_binary_files.cpp @@ -50,7 +50,7 @@ int main(int argc, char * argv[]){ /* generate pinyin index*/ pinyin_option_t options = USE_TONE; ChewingLargeTable chewinglargetable(options); - PhraseLargeTable phraselargetable; + PhraseLargeTable2 phraselargetable; /* generate phrase index */ FacadePhraseIndex phrase_index; -- cgit