summaryrefslogtreecommitdiffstats
path: root/src/storage/phrase_index.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-03-31 11:09:21 +0800
committerPeng Wu <alexepico@gmail.com>2011-03-31 11:33:21 +0800
commit4ce3b364ccd464d270266bb3f7a723a8acf1b055 (patch)
treeb272bb1dc56e30f1269eb501cc73d662fce3d0d7 /src/storage/phrase_index.h
parent5c653c52b95686476f0e86ec1ae5cc658ae27a55 (diff)
downloadlibpinyin-4ce3b364ccd464d270266bb3f7a723a8acf1b055.tar.gz
libpinyin-4ce3b364ccd464d270266bb3f7a723a8acf1b055.tar.xz
libpinyin-4ce3b364ccd464d270266bb3f7a723a8acf1b055.zip
rename namespace from novel to pinyin
Diffstat (limited to 'src/storage/phrase_index.h')
-rwxr-xr-xsrc/storage/phrase_index.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/phrase_index.h b/src/storage/phrase_index.h
index 145d9c5..d7fd4bc 100755
--- a/src/storage/phrase_index.h
+++ b/src/storage/phrase_index.h
@@ -46,7 +46,7 @@
class PinyinLookup;
-namespace novel{
+namespace pinyin{
/* Because this is not large,
* Store this in user home directory.
@@ -265,7 +265,7 @@ public:
};
-using namespace novel;
+using namespace pinyin;