summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table3_kyotodb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/phrase_large_table3_kyotodb.h')
-rw-r--r--src/storage/phrase_large_table3_kyotodb.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/storage/phrase_large_table3_kyotodb.h b/src/storage/phrase_large_table3_kyotodb.h
index 9ee9290..deb83e8 100644
--- a/src/storage/phrase_large_table3_kyotodb.h
+++ b/src/storage/phrase_large_table3_kyotodb.h
@@ -22,13 +22,18 @@
#ifndef PHRASE_LARGE_TABLE3_KYOTODB_H
#define PHRASE_LARGE_TABLE3_KYOTODB_H
+#include <kcdb.h>
+
namespace pinyin{
class PhraseTableEntry;
class PhraseLargeTable3{
-protected:
+private:
/* member variables. */
+ kyotocabinet::BasicDB * m_db;
+
+protected:
PhraseTableEntry * m_entry;
void reset();