summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_index.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-02-19 12:54:35 +0800
committerPeng Wu <alexepico@gmail.com>2013-02-19 12:54:35 +0800
commitb33991511be60368eb0ab38de70165606f4e5b14 (patch)
treed7642ddc2ffed7585fef733396366a186d1428ad /src/storage/phrase_index.h
parent36ef85182a682e35a1a7ba7d79292c69fa184b38 (diff)
downloadlibpinyin-b33991511be60368eb0ab38de70165606f4e5b14.tar.gz
libpinyin-b33991511be60368eb0ab38de70165606f4e5b14.tar.xz
libpinyin-b33991511be60368eb0ab38de70165606f4e5b14.zip
add enum PHRASE_INDEX_LIBRARIES
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 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;