summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-09-03 16:45:07 +0800
committerPeng Wu <alexepico@gmail.com>2012-09-03 16:47:38 +0800
commit5e42e9600b54b6db72df2f87196d4a7a6ba37fd0 (patch)
treef4a552400605106af421b047792425aa5dc1f62a /src
parent424cc567dd0e84662b28baa17dd4879f95c0d507 (diff)
downloadlibpinyin-5e42e9600b54b6db72df2f87196d4a7a6ba37fd0.tar.gz
libpinyin-5e42e9600b54b6db72df2f87196d4a7a6ba37fd0.tar.xz
libpinyin-5e42e9600b54b6db72df2f87196d4a7a6ba37fd0.zip
update gen_deleted_ngram.cpp
Diffstat (limited to 'src')
-rw-r--r--src/storage/tag_utility.h2
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;