summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_index.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/phrase_index.h')
-rw-r--r--src/storage/phrase_index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/phrase_index.h b/src/storage/phrase_index.h
index 6a14ff7..0ecfbec 100644
--- a/src/storage/phrase_index.h
+++ b/src/storage/phrase_index.h
@@ -839,7 +839,7 @@ typedef enum {
} PHRASE_FILE_TYPE;
typedef struct {
- const PHRASE_INDEX_LIBRARIES m_dict_index; /* for assert purpose. */
+ const guint8 m_dict_index; /* for assert purpose. */
const char * m_table_filename;
const char * m_system_filename;
const char * m_user_filename;