summaryrefslogtreecommitdiffstats
path: root/tests/storage
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-08-23 10:59:16 +0800
committerPeng Wu <alexepico@gmail.com>2013-08-23 10:59:16 +0800
commitfc16415abeab89dbcbbdabdceefed89ce34c029d (patch)
tree7076d846fe7bee5ce842c84120e11ec6508d6d21 /tests/storage
parenta1f1818238827c8ddddffb4e220944576bafde75 (diff)
downloadlibpinyin-fc16415abeab89dbcbbdabdceefed89ce34c029d.tar.gz
libpinyin-fc16415abeab89dbcbbdabdceefed89ce34c029d.tar.xz
libpinyin-fc16415abeab89dbcbbdabdceefed89ce34c029d.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 638cd96..45199f4 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));