static const char * -> const char* const

This commit is contained in:
wyy 2014-03-09 20:02:03 -07:00
parent df9f47eb47
commit 485383c669

View File

@ -11,7 +11,7 @@ namespace CppJieba
using namespace Limonp;
/*utf8*/
static const char * BLACK_LIST[] = {"我们", "他们"};
const char * const BLACK_LIST[] = {"我们", "他们"};
class KeywordExtractor: public InitOnOff
{