summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index e2c09a8..c2702cd 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -24,6 +24,8 @@
#include "chewing_key.h"
+namespace pinyin{
+
typedef struct {
const char * m_pinyin_str;
const char * m_chewing_str;
@@ -57,4 +59,5 @@ typedef struct {
gfloat m_benefit;
} resplit_table_item_t;
+};
#endif