summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/phrase_large_table.cpp')
-rw-r--r--src/storage/phrase_large_table.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/phrase_large_table.cpp b/src/storage/phrase_large_table.cpp
index ad3262f..9c09abe 100644
--- a/src/storage/phrase_large_table.cpp
+++ b/src/storage/phrase_large_table.cpp
@@ -26,7 +26,7 @@
/* class definition */
-namespace novel{
+namespace pinyin{
class PhraseLengthIndexLevel{
protected:
@@ -65,7 +65,7 @@ public:
};
-using namespace novel;
+using namespace pinyin;
/* class implementation */