From f24733b19f659046deb6c68c7b647b5f2bd6f5b1 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 15 Jul 2014 13:36:55 +0800 Subject: support user phrases --- src/ZYLibZhuyin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ZYLibZhuyin.h') diff --git a/src/ZYLibZhuyin.h b/src/ZYLibZhuyin.h index a9a3e13..0a2686c 100644 --- a/src/ZYLibZhuyin.h +++ b/src/ZYLibZhuyin.h @@ -48,7 +48,7 @@ public: void modified (void); gboolean importZhuyinDictionary (const char * filename); - gboolean cleanZhuyinUserData (const char * target); + gboolean clearZhuyinUserData (const char * target); /* use static initializer in C++. */ static LibZhuyinBackEnd & instance (void) { return *m_instance; } -- cgit