summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-09 15:02:13 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-09 15:03:55 +0800
commitaf7acd67e0b8649c2dcd79b2de7d4a6b20446d29 (patch)
tree38befba4712268641efaaa7fa5477b1d70e75e67 /src/storage/pinyin_parser2.h
parent266386321bc1ac40551e63977d58a68ff9abb8ce (diff)
downloadlibpinyin-af7acd67e0b8649c2dcd79b2de7d4a6b20446d29.tar.gz
libpinyin-af7acd67e0b8649c2dcd79b2de7d4a6b20446d29.tar.xz
libpinyin-af7acd67e0b8649c2dcd79b2de7d4a6b20446d29.zip
add origin freq for divided table
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h1
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;