summaryrefslogtreecommitdiffstats
path: root/tests/storage
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-08-23 10:51:29 +0800
committerPeng Wu <alexepico@gmail.com>2013-08-23 10:54:18 +0800
commitabc7f5eaec6c83bc40d30bccc0bf3c0440921c4f (patch)
tree9599cb2d48436ef7ce7d7eb2724b041cbc8d874a /tests/storage
parent659daaf76dbbad1e6df98f161ca351ae2b18b693 (diff)
downloadlibzhuyin-abc7f5eaec6c83bc40d30bccc0bf3c0440921c4f.tar.gz
libzhuyin-abc7f5eaec6c83bc40d30bccc0bf3c0440921c4f.tar.xz
libzhuyin-abc7f5eaec6c83bc40d30bccc0bf3c0440921c4f.zip
rename PinyinParser2 to PhoneticParser2
Diffstat (limited to 'tests/storage')
-rw-r--r--tests/storage/test_parser2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storage/test_parser2.cpp b/tests/storage/test_parser2.cpp
index fad7311..af3f939 100644
--- a/tests/storage/test_parser2.cpp
+++ b/tests/storage/test_parser2.cpp
@@ -66,7 +66,7 @@ int main(int argc, char * argv[]) {
if (incomplete)
options |= PINYIN_INCOMPLETE | CHEWING_INCOMPLETE;
- PinyinParser2 * parser = NULL;
+ PhoneticParser2 * parser = NULL;
ChewingKeyVector keys = g_array_new(FALSE, FALSE, sizeof(ChewingKey));
ChewingKeyRestVector key_rests =
g_array_new(FALSE, FALSE, sizeof(ChewingKeyRest));