summaryrefslogtreecommitdiffstats
path: root/src/storage/tag_utility.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/tag_utility.cpp')
-rw-r--r--src/storage/tag_utility.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/storage/tag_utility.cpp b/src/storage/tag_utility.cpp
index a0179f3..2f4626a 100644
--- a/src/storage/tag_utility.cpp
+++ b/src/storage/tag_utility.cpp
@@ -7,7 +7,7 @@
#include "phrase_large_table.h"
#include "tag_utility.h"
-using namespace pinyin;
+namespace pinyin{
/* internal taglib structure */
struct tag_entry{
@@ -390,3 +390,5 @@ char * taglib_token_to_string(FacadePhraseIndex * phrase_index,
phrase = g_utf16_to_utf8(buffer, length, NULL, NULL, NULL);
return phrase;
}
+
+};