From 082a23265118587b6893105809341f8c040bcc1c Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 21 Oct 2013 10:40:22 +0800 Subject: rename namespace pinyin to zhuyin --- tests/storage/test_parser2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/storage/test_parser2.cpp b/tests/storage/test_parser2.cpp index 6c0ab32..ab1f08c 100644 --- a/tests/storage/test_parser2.cpp +++ b/tests/storage/test_parser2.cpp @@ -50,7 +50,7 @@ static GOptionEntry entries[] = size_t bench_times = 1000; -using namespace pinyin; +using namespace zhuyin; int main(int argc, char * argv[]) { -- cgit