summaryrefslogtreecommitdiffstats
path: root/src/ZYZZhuyinEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ZYZZhuyinEditor.h')
-rw-r--r--src/ZYZZhuyinEditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ZYZZhuyinEditor.h b/src/ZYZZhuyinEditor.h
index 4ede0ed..bbe4b39 100644
--- a/src/ZYZZhuyinEditor.h
+++ b/src/ZYZZhuyinEditor.h
@@ -29,13 +29,13 @@ namespace ZY {
class Config;
class ZhuyinEditor : public PhoneticEditor {
+ using PhoneticEditor::InputState;
public:
ZhuyinEditor (ZhuyinProperties & props, Config & config);
virtual ~ZhuyinEditor (void);
protected:
- gboolean processZhuyin (guint keyval, guint keycode, guint modifiers);
gboolean processKeyEvent (guint keyval, guint keycode, guint modifiers);
virtual void updatePreeditText ();