diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/storage/pinyin_parser2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h index 9a78e88..b961e7f 100644 --- a/src/storage/pinyin_parser2.h +++ b/src/storage/pinyin_parser2.h @@ -46,6 +46,7 @@ typedef struct { typedef struct { ChewingKey m_orig_key; + guint32 m_orig_freq; ChewingKey m_first_key; ChewingKey m_second_key; guint32 m_new_freq; |