From 0768d5ca04b4a3b79abf050b8d07709902517139 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 19 May 2016 10:41:35 +0800 Subject: update test_matrix.cpp --- src/storage/pinyin_parser2.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/storage') diff --git a/src/storage/pinyin_parser2.cpp b/src/storage/pinyin_parser2.cpp index 16f4b1e..c5e734d 100644 --- a/src/storage/pinyin_parser2.cpp +++ b/src/storage/pinyin_parser2.cpp @@ -35,7 +35,7 @@ #include "phonetic_key_matrix.h" -using namespace pinyin; +namespace pinyin{ static bool check_pinyin_options(pinyin_option_t options, const pinyin_index_item_t * item) { guint32 flags = item->m_flags; @@ -1017,3 +1017,5 @@ bool inner_split_step(pinyin_option_t options, g_array_free(key_rests, TRUE); return true; } + +} -- cgit