summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_index.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-02-19 13:39:01 +0800
committerPeng Wu <alexepico@gmail.com>2013-02-19 13:39:01 +0800
commitbbc4626d79a44be615665b1aabf274579a48b281 (patch)
treed75cd16f66a0b4b3c30d62d641a1284e21e6d8d3 /src/storage/phrase_index.h
parent46b35845078da414b5cd1b51b5bd77334efaf110 (diff)
downloadlibpinyin-bbc4626d79a44be615665b1aabf274579a48b281.tar.gz
libpinyin-bbc4626d79a44be615665b1aabf274579a48b281.tar.xz
libpinyin-bbc4626d79a44be615665b1aabf274579a48b281.zip
add m_dict_index
Diffstat (limited to 'src/storage/phrase_index.h')
-rw-r--r--src/storage/phrase_index.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/phrase_index.h b/src/storage/phrase_index.h
index f529789..3654369 100644
--- a/src/storage/phrase_index.h
+++ b/src/storage/phrase_index.h
@@ -838,6 +838,7 @@ typedef enum {
} PHRASE_FILE_TYPE;
typedef struct {
+ const PHRASE_INDEX_LIBRARIES m_dict_index; /* for assert purpose. */
const char * m_table_filename;
const char * m_system_filename;
const char * m_user_filename;