summaryrefslogtreecommitdiffstats
path: root/src/ZYZPhoneticEditor.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-09-23 14:02:05 +0800
committerPeng Wu <alexepico@gmail.com>2014-09-23 14:02:05 +0800
commit239be6e233e41790759a3e8894f9986074336b21 (patch)
tree39987a633790d393390364ab0c87edaa8242550f /src/ZYZPhoneticEditor.cc
parentf23cd35243fc6635b8bb543ccd51ad1a759dc84e (diff)
downloadibus-libzhuyin-239be6e233e41790759a3e8894f9986074336b21.tar.gz
ibus-libzhuyin-239be6e233e41790759a3e8894f9986074336b21.tar.xz
ibus-libzhuyin-239be6e233e41790759a3e8894f9986074336b21.zip
begin to write class UserSymbolListAllSection
Diffstat (limited to 'src/ZYZPhoneticEditor.cc')
-rw-r--r--src/ZYZPhoneticEditor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ZYZPhoneticEditor.cc b/src/ZYZPhoneticEditor.cc
index 1788f1a..6252aa1 100644
--- a/src/ZYZPhoneticEditor.cc
+++ b/src/ZYZPhoneticEditor.cc
@@ -85,7 +85,7 @@ PhoneticEditor::~PhoneticEditor (void)
}
gboolean
-PhoneticEditor::loadEasySymbolFile(const gchar * filename)
+PhoneticEditor::loadEasySymbolFile (const gchar * filename)
{
gboolean retval = m_easy_symbols.loadFromFile (filename);
return retval;