summaryrefslogtreecommitdiffstats
path: root/utils/storage/gen_binary_files.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/storage/gen_binary_files.cpp')
-rw-r--r--utils/storage/gen_binary_files.cpp2
1 files changed, 1 insertions, 1 deletions
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;