From 8a69df17c20e7b09fc91856d6653ff52b5f297aa Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 26 Jan 2016 16:01:40 +0800 Subject: update member variables --- src/storage/phrase_large_table3_kyotodb.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/storage/phrase_large_table3_kyotodb.h') 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 + namespace pinyin{ class PhraseTableEntry; class PhraseLargeTable3{ -protected: +private: /* member variables. */ + kyotocabinet::BasicDB * m_db; + +protected: PhraseTableEntry * m_entry; void reset(); -- cgit