From 4ce3b364ccd464d270266bb3f7a723a8acf1b055 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 31 Mar 2011 11:09:21 +0800 Subject: rename namespace from novel to pinyin --- src/storage/pinyin_phrase.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/storage/pinyin_phrase.h') diff --git a/src/storage/pinyin_phrase.h b/src/storage/pinyin_phrase.h index 1902f23..cbcb742 100644 --- a/src/storage/pinyin_phrase.h +++ b/src/storage/pinyin_phrase.h @@ -25,7 +25,7 @@ #include #include "stl_lite.h" -namespace novel{ +namespace pinyin{ /* static inline int pinyin_utility_sign(int value){ @@ -294,6 +294,6 @@ class PhraseExactLessThanWithToken }; -using namespace novel; +using namespace pinyin; #endif -- cgit