summaryrefslogtreecommitdiffstats
path: root/src/storage/chewing_key.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-10-15 11:07:57 +0800
committerPeng Wu <alexepico@gmail.com>2013-10-15 11:07:57 +0800
commitf9c37981048738ca06b541e8de90cd346ae26fc0 (patch)
tree8451a3c2acad49a373a10286b53aa7b670619c61 /src/storage/chewing_key.h
parentef08572dbc39d4c5c4ebe264828da93e5f01b23c (diff)
downloadlibzhuyin-f9c37981048738ca06b541e8de90cd346ae26fc0.tar.gz
libzhuyin-f9c37981048738ca06b541e8de90cd346ae26fc0.tar.xz
libzhuyin-f9c37981048738ca06b541e8de90cd346ae26fc0.zip
rename PinyinScheme to FullPinyinScheme
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 a043404..9e115c4 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(PinyinScheme scheme = PINYIN_DEFAULT);
+ gchar * get_pinyin_string(FullPinyinScheme scheme = PINYIN_DEFAULT);
gchar * get_bopomofo_string();
};