summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_large_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_large_table.h')
-rwxr-xr-xsrc/storage/pinyin_large_table.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/pinyin_large_table.h b/src/storage/pinyin_large_table.h
index 6e8bb85..83f4de9 100755
--- a/src/storage/pinyin_large_table.h
+++ b/src/storage/pinyin_large_table.h
@@ -26,7 +26,7 @@
#include "novel_types.h"
#include "memory_chunk.h"
-namespace novel{
+namespace pinyin{
/* Because this is not large,
* Store this in user home directory.
@@ -134,5 +134,5 @@ public:
};
-using namespace novel;
+using namespace pinyin;
#endif