summaryrefslogtreecommitdiffstats
path: root/utils/storage/gen_binary_files.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-09-03 16:24:26 +0800
committerPeng Wu <alexepico@gmail.com>2012-09-03 16:24:26 +0800
commitdd053f6ea1dafd6cec9d9d5a011bba5ef8d50dfc (patch)
tree2bbcee5ca4afb3eef6d0aaa436524aab3f37fa7e /utils/storage/gen_binary_files.cpp
parent1289df5e2ebfd7a9b6a5aa0b4f1739c48527ce19 (diff)
downloadlibpinyin-dd053f6ea1dafd6cec9d9d5a011bba5ef8d50dfc.tar.gz
libpinyin-dd053f6ea1dafd6cec9d9d5a011bba5ef8d50dfc.tar.xz
libpinyin-dd053f6ea1dafd6cec9d9d5a011bba5ef8d50dfc.zip
update utils/storage
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;