summaryrefslogtreecommitdiffstats
path: root/src/PYPBopomofoEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/PYPBopomofoEditor.h')
-rw-r--r--src/PYPBopomofoEditor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PYPBopomofoEditor.h b/src/PYPBopomofoEditor.h
index cc6a6f4..3035011 100644
--- a/src/PYPBopomofoEditor.h
+++ b/src/PYPBopomofoEditor.h
@@ -52,8 +52,9 @@ protected:
virtual void updatePreeditText ();
virtual void updateAuxiliaryText ();
virtual void updatePinyin (void);
+ virtual void commit (const gchar *str);
+ using PhoneticEditor::commit;
- void commit (gint index = 0);
void reset ();
gboolean insert (gint ch);