summaryrefslogtreecommitdiffstats
path: root/src/ZYLibZhuyin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ZYLibZhuyin.h')
-rw-r--r--src/ZYLibZhuyin.h2
1 files changed, 1 insertions, 1 deletions
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; }