summaryrefslogtreecommitdiffstats
path: root/src/PYPPhoneticEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/PYPPhoneticEditor.h')
-rw-r--r--src/PYPPhoneticEditor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/PYPPhoneticEditor.h b/src/PYPPhoneticEditor.h
index 3a695b9..64750d7 100644
--- a/src/PYPPhoneticEditor.h
+++ b/src/PYPPhoneticEditor.h
@@ -36,6 +36,8 @@
#include "PYPLuaConverterCandidates.h"
#endif
+#include "PYPEmojiCandidates.h"
+
namespace PY {
class PhoneticEditor : public Editor {
@@ -116,6 +118,8 @@ protected:
LuaConverterCandidates m_lua_converter_candidates;
#endif
+ EmojiCandidates m_emoji_candidates;
+
TraditionalCandidates m_traditional_candidates;
};