From 2e9663da330866e655ba414bed0dfcd0de486864 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 26 Aug 2010 15:41:42 +0800 Subject: add search to phrase large table. --- src/storage/pinyin_phrase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage/pinyin_phrase.h') diff --git a/src/storage/pinyin_phrase.h b/src/storage/pinyin_phrase.h index 9ce2c3f..1902f23 100644 --- a/src/storage/pinyin_phrase.h +++ b/src/storage/pinyin_phrase.h @@ -186,7 +186,7 @@ inline void compute_upper_value(const PinyinCustomSettings &custom, } } -template +template struct PinyinIndexItem{ phrase_token_t m_token; PinyinKey m_keys[phrase_length]; -- cgit