summaryrefslogtreecommitdiffstats
path: root/src/storage/table_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/table_info.h')
-rw-r--r--src/storage/table_info.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/storage/table_info.h b/src/storage/table_info.h
index dc1c474..8feee95 100644
--- a/src/storage/table_info.h
+++ b/src/storage/table_info.h
@@ -47,7 +47,7 @@ public:
bool load(const char * filename);
- pinyin_table_info_t * get_table_info();
+ const pinyin_table_info_t * get_table_info();
gfloat get_lambda();
};
@@ -57,6 +57,9 @@ private:
int m_binary_format_version;
int m_model_data_version;
+private:
+ void reset();
+
public:
UserTableInfo();