summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/PinyinEditor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PinyinEditor.cc b/src/PinyinEditor.cc
index bef4112..72e7c62 100644
--- a/src/PinyinEditor.cc
+++ b/src/PinyinEditor.cc
@@ -628,7 +628,7 @@ PinyinEditor::update (void)
updateAuxiliaryText ();
}
-inline void
+void
PinyinEditor::commit (const gchar *str)
{
StaticText text(str);
@@ -703,7 +703,7 @@ PinyinEditor::selectCandidate (guint i)
return FALSE;
}
-inline gboolean
+gboolean
PinyinEditor::selectCandidateInPage (guint i)
{
guint page_size = m_lookup_table.pageSize ();