summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/storage/chewing_large_table2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/storage/chewing_large_table2.h b/src/storage/chewing_large_table2.h
index d31ef97..409a2b0 100644
--- a/src/storage/chewing_large_table2.h
+++ b/src/storage/chewing_large_table2.h
@@ -34,6 +34,9 @@ class ChewingTableEntry{
protected:
MemoryChunk m_chunk;
+ /* cache for storing the chewing keys index. */
+ ChewingKey m_cache_index[phrase_length];
+
private:
/* Disallow used outside. */
ChewingTableEntry() {}