From b33991511be60368eb0ab38de70165606f4e5b14 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 19 Feb 2013 12:54:35 +0800 Subject: add enum PHRASE_INDEX_LIBRARIES --- src/storage/phrase_index.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/storage/phrase_index.h') diff --git a/src/storage/phrase_index.h b/src/storage/phrase_index.h index 7b3443c..f529789 100644 --- a/src/storage/phrase_index.h +++ b/src/storage/phrase_index.h @@ -833,6 +833,7 @@ public: typedef enum { NOT_USED, /* not used. */ SYSTEM_FILE, /* system phrase file. */ + DICTIONARY, /* professional dictionary. */ USER_FILE, /* user only phrase file. */ } PHRASE_FILE_TYPE; -- cgit