From 4e279112646c10657191b8529d0b96d15a9d14dd Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 8 Sep 2011 15:13:17 +0800 Subject: add libpinyin deps --- src/PYPPhoneticEditor.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/PYPPhoneticEditor.h') diff --git a/src/PYPPhoneticEditor.h b/src/PYPPhoneticEditor.h index 3d64bc4..f222557 100644 --- a/src/PYPPhoneticEditor.h +++ b/src/PYPPhoneticEditor.h @@ -21,6 +21,7 @@ #ifndef __PY_LIB_PINYIN_BASE_EDITOR_H_ #define __PY_LIB_PINYIN_BASE_EDITOR_H_ +#include #include "PYLookupTable.h" #include "PYEditor.h" #include "PYPinyinParser.h" @@ -81,6 +82,9 @@ protected: String m_buffer; /* use LibPinyinBackEnd here. */ + CandidateConstraints m_constraints; + MatchResults m_match_results; + std::vector m_special_phrases; std::string m_selected_special_phrase; }; -- cgit