summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_large_table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_large_table.cpp')
-rw-r--r--src/storage/pinyin_large_table.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/pinyin_large_table.cpp b/src/storage/pinyin_large_table.cpp
index 0a1a8db..c098ece 100644
--- a/src/storage/pinyin_large_table.cpp
+++ b/src/storage/pinyin_large_table.cpp
@@ -29,7 +29,7 @@
/* class definition */
-namespace novel{
+namespace pinyin{
class PinyinLengthIndexLevel{
protected:
@@ -71,7 +71,7 @@ public:
};
-using namespace novel;
+using namespace pinyin;
/* class implementation */