summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/PYEnglishEditor.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/PYEnglishEditor.h b/src/PYEnglishEditor.h
index be530e1..2232544 100644
--- a/src/PYEnglishEditor.h
+++ b/src/PYEnglishEditor.h
@@ -56,8 +56,8 @@ private:
gboolean selectCandidateInPage (guint index);
gboolean selectCandidate (guint index);
- gboolean processSpace(guint keyval);
- gboolean processEnter(guint keyval);
+ gboolean processSpace (guint keyval);
+ gboolean processEnter (guint keyval);
gboolean removeCharBefore (void);
gboolean removeCharAfter (void);
@@ -68,6 +68,7 @@ private:
gboolean train(const char *word, float delta);
+private:
/* variables */
LookupTable m_lookup_table;