summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table3.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-01-18 11:13:34 +0800
committerPeng Wu <alexepico@gmail.com>2016-01-18 11:13:34 +0800
commit9b3aad3a507b98bbccad3b37f97b7a9213ca7655 (patch)
tree3a50fe86b9f5a5d30fdbd7a714dd781c9ec5a246 /src/storage/phrase_large_table3.h
parentec35afec701df415f4617fd33a5ca1675c686c68 (diff)
downloadlibpinyin-9b3aad3a507b98bbccad3b37f97b7a9213ca7655.tar.gz
libpinyin-9b3aad3a507b98bbccad3b37f97b7a9213ca7655.tar.xz
libpinyin-9b3aad3a507b98bbccad3b37f97b7a9213ca7655.zip
drop libdatrie depends
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();