diff options
author | Peng Wu <alexepico@gmail.com> | 2012-09-03 16:45:07 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2012-09-03 16:47:38 +0800 |
commit | 5e42e9600b54b6db72df2f87196d4a7a6ba37fd0 (patch) | |
tree | f4a552400605106af421b047792425aa5dc1f62a /src/storage | |
parent | 424cc567dd0e84662b28baa17dd4879f95c0d507 (diff) | |
download | libpinyin-5e42e9600b54b6db72df2f87196d4a7a6ba37fd0.tar.gz libpinyin-5e42e9600b54b6db72df2f87196d4a7a6ba37fd0.tar.xz libpinyin-5e42e9600b54b6db72df2f87196d4a7a6ba37fd0.zip |
update gen_deleted_ngram.cpp
Diffstat (limited to 'src/storage')
-rw-r--r-- | src/storage/tag_utility.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/tag_utility.h b/src/storage/tag_utility.h index a68877d..e4e49c3 100644 --- a/src/storage/tag_utility.h +++ b/src/storage/tag_utility.h @@ -111,7 +111,7 @@ bool taglib_pop_state(); */ bool taglib_fini(); -class PhraseLargeTable; +class PhraseLargeTable2; class FacadePhraseIndex; |