diff options
Diffstat (limited to 'src/PYPPhoneticEditor.h')
-rw-r--r-- | src/PYPPhoneticEditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PYPPhoneticEditor.h b/src/PYPPhoneticEditor.h index 5708d86..e8a3ece 100644 --- a/src/PYPPhoneticEditor.h +++ b/src/PYPPhoneticEditor.h @@ -47,7 +47,7 @@ public: virtual gboolean processFunctionKey (guint keyval, guint keycode, guint modifiers); virtual void updateLookupTable (); virtual void updateLookupTableFast (); - virtual gboolean fillLookupTableByPage (); + virtual gboolean fillLookupTable (); protected: gboolean selectCandidate (guint i); |