Fix build errors in NetBSD
authorPeng Huang <shawn.p.huang@gmail.com>
Wed, 19 May 2010 09:29:49 +0000 (17:29 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Wed, 19 May 2010 09:29:49 +0000 (17:29 +0800)
src/PinyinEditor.cc

index bef4112..72e7c62 100644 (file)
@@ -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 ();