Remove inline modifier for some functions
authorPeng Huang <shawn.p.huang@gmail.com>
Fri, 28 May 2010 21:51:27 +0000 (05:51 +0800)
committerPeng Huang <shawn.p.huang@gmail.com>
Fri, 28 May 2010 21:51:27 +0000 (05:51 +0800)
src/PhoneticEditor.cc

index 6128092..951f64d 100644 (file)
@@ -237,7 +237,7 @@ PhoneticEditor::updateLookupTable (void)
     }
 }
 
-inline gboolean
+gboolean
 PhoneticEditor::fillLookupTableByPage (void)
 {
     if (!m_selected_special_phrase.empty ()) {
@@ -366,7 +366,7 @@ PhoneticEditor::commit (const gchar *str)
     commitText (text);
 }
 
-inline gboolean
+gboolean
 PhoneticEditor::selectCandidate (guint i)
 {
     if (i < m_special_phrases.size ()) {
@@ -414,7 +414,7 @@ PhoneticEditor::selectCandidateInPage (guint i)
     return selectCandidate (i);
 }
 
-inline gboolean
+gboolean
 PhoneticEditor::resetCandidate (guint i)
 {
     i -= m_special_phrases.size ();