summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_index.cpp
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-12-10 11:16:55 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-10 11:16:55 +0800
commit44d567eee4767c7b0bc4a2feb8cb9faaf8c83019 (patch)
tree34bd21ac9b500e2b81b70cd7321c896620fdabe5 /src/storage/phrase_index.cpp
parent3af2cf9799894048f226e952ea9a0b06f5da6553 (diff)
downloadlibpinyin-44d567eee4767c7b0bc4a2feb8cb9faaf8c83019.tar.gz
libpinyin-44d567eee4767c7b0bc4a2feb8cb9faaf8c83019.tar.xz
libpinyin-44d567eee4767c7b0bc4a2feb8cb9faaf8c83019.zip
rename pinyin to pronunciation
Diffstat (limited to 'src/storage/phrase_index.cpp')
-rw-r--r--src/storage/phrase_index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/phrase_index.cpp b/src/storage/phrase_index.cpp
index 6409272..294cd00 100644
--- a/src/storage/phrase_index.cpp
+++ b/src/storage/phrase_index.cpp
@@ -69,7 +69,7 @@ bool PhraseItem::set_phrase_string(guint8 phrase_length, utf16_t * phrase){
return true;
}
-void PhraseItem::increase_pinyin_possibility(pinyin_option_t options,
+void PhraseItem::increase_pronunciation_possibility(pinyin_option_t options,
ChewingKey * keys,
gint32 delta){
guint8 phrase_length = get_phrase_length();