From bfbc50af2a613232cec8dd4e776c0ac0e433688b Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Wed, 19 May 2010 17:29:49 +0800 Subject: Fix build errors in NetBSD --- src/PinyinEditor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 (); -- cgit