diff --git a/src/globals.h b/src/globals.h index 62bdef3..60b1d96 100644 --- a/src/globals.h +++ b/src/globals.h @@ -8,7 +8,7 @@ namespace CppJieba { //file path - const char * const DICT_FILE_PATH = "dict.txt"; + //const char * const DICT_FILE_PATH = "dict.txt"; //typedefs typedef uint16_t ChUnicode;