summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lookup/pinyin_lookup2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lookup/pinyin_lookup2.h b/src/lookup/pinyin_lookup2.h
index 4acf9fc..bd3d774 100644
--- a/src/lookup/pinyin_lookup2.h
+++ b/src/lookup/pinyin_lookup2.h
@@ -86,6 +86,7 @@ private:
const gfloat bigram_lambda;
const gfloat unigram_lambda;
+ /* memory cache */
GArray * m_cached_keys;
PhraseItem m_cached_phrase_item;
SingleGram m_merged_single_gram;