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/pinyin_parser2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage/pinyin_parser2.cpp') diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp index 43f6cb4..04c54d4 100644 --- a/src/storage/pinyin_parser2.cpp +++ b/src/storage/pinyin_parser2.cpp @@ -33,7 +33,7 @@ #include "chewing_table.h" -using namespace pinyin; +using namespace zhuyin; static bool check_pinyin_options(pinyin_option_t options, const pinyin_index_item_t * item) { guint32 flags = item->m_flags; -- cgit