diff options
Diffstat (limited to 'src/storage/ngram.h')
-rw-r--r-- | src/storage/ngram.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/ngram.h b/src/storage/ngram.h index 1afda82..5cc4ec5 100644 --- a/src/storage/ngram.h +++ b/src/storage/ngram.h @@ -24,7 +24,7 @@ #include <db.h> -namespace novel{ +namespace pinyin{ class Bigram; @@ -116,7 +116,7 @@ public: }; -using namespace novel; +using namespace pinyin; #endif |