summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_key.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/chewing_key.h')
-rw-r--r--src/storage/chewing_key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/chewing_key.h b/src/storage/chewing_key.h
index 439dead..47d45e1 100644
--- a/src/storage/chewing_key.h
+++ b/src/storage/chewing_key.h
@@ -66,7 +66,7 @@ public:
gint get_table_index();
/* Note: the return value should be freed by g_free. */
- gchar * get_pinyin_string(FullPinyinScheme scheme = FULL_PINYIN_DEFAULT);
+ gchar * get_pinyin_string(ZhuyinScheme scheme = FULL_PINYIN_DEFAULT);
gchar * get_bopomofo_string();
};