From 4fbe19e5eaeb4d1bdb509daafeedbf923438b1b7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 9 Nov 2011 10:33:22 +0800 Subject: fixes pinyin parser table compile --- src/storage/pinyin_parser2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/storage/pinyin_parser2.h') 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 -- cgit