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 --- src/storage/chewing_large_table.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage/chewing_large_table.cpp') diff --git a/src/storage/chewing_large_table.cpp b/src/storage/chewing_large_table.cpp index de7969c..aa74e0d 100644 --- a/src/storage/chewing_large_table.cpp +++ b/src/storage/chewing_large_table.cpp @@ -102,7 +102,7 @@ public: }; -using namespace pinyin; +using namespace zhuyin; /* class implementation */ -- cgit