summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_large_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/phrase_large_table.h')
-rw-r--r--src/storage/phrase_large_table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/phrase_large_table.h b/src/storage/phrase_large_table.h
index 42eeec4..423c457 100644
--- a/src/storage/phrase_large_table.h
+++ b/src/storage/phrase_large_table.h
@@ -26,7 +26,7 @@
#include "novel_types.h"
#include "memory_chunk.h"
-namespace novel{
+namespace pinyin{
const size_t PHRASE_Number_Of_Bitmap_Index = 1<<(sizeof(utf16_t) * 8);
@@ -106,6 +106,6 @@ public:
};
-using namespace novel;
+using namespace pinyin;
#endif