summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/phrase_large_table3.h')
-rw-r--r--src/storage/phrase_large_table3.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/storage/phrase_large_table3.h b/src/storage/phrase_large_table3.h
index ab75c26..0a56753 100644
--- a/src/storage/phrase_large_table3.h
+++ b/src/storage/phrase_large_table3.h
@@ -26,14 +26,12 @@
#include "novel_types.h"
#include "memory_chunk.h"
-typedef struct _Trie Trie;
namespace pinyin{
class PhraseLargeTable3{
protected:
- Trie * m_index;
- MemoryChunk * m_content;
+ /* member variables. */
void reset();