From fa92d8b0c2100ed37983f1bd210695d16ce9182b Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 20 Dec 2011 17:05:00 +0800 Subject: forked PY::Config --- src/PYLibPinyin.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/PYLibPinyin.h') diff --git a/src/PYLibPinyin.h b/src/PYLibPinyin.h index 32919b9..c264395 100644 --- a/src/PYLibPinyin.h +++ b/src/PYLibPinyin.h @@ -23,7 +23,10 @@ #define __PY_LIB_PINYIN_H_ #include -#include +#include + +typedef struct _pinyin_context_t pinyin_context_t; +typedef struct _pinyin_instance_t pinyin_instance_t; namespace PY { @@ -50,8 +53,6 @@ public: static void init (void); static void finalize (void); -protected: - gboolean setFuzzyOptions (Config *config, pinyin_context_t *context); private: gboolean saveUserDB (void); -- cgit