summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_large_table2_kyotodb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/chewing_large_table2_kyotodb.h')
-rw-r--r--src/storage/chewing_large_table2_kyotodb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/storage/chewing_large_table2_kyotodb.h b/src/storage/chewing_large_table2_kyotodb.h
index 8d0dda5..92f317b 100644
--- a/src/storage/chewing_large_table2_kyotodb.h
+++ b/src/storage/chewing_large_table2_kyotodb.h
@@ -25,6 +25,7 @@
#include "memory_chunk.h"
#include <stdio.h>
#include <kcdb.h>
+#include "table_info.h"
namespace pinyin{
@@ -93,7 +94,7 @@ public:
bool store_db(const char * new_filename);
- bool load_text(FILE * infile);
+ bool load_text(FILE * infile, TABLE_PHONETIC_TYPE type);
/* search method */
int search(int phrase_length, /* in */ const ChewingKey keys[],