summaryrefslogtreecommitdiffstats
path: root/src/storage
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-03-29 14:16:23 +0800
committerPeng Wu <alexepico@gmail.com>2012-03-29 14:16:23 +0800
commita9ecf6dd0d492243dc4a38792411e5fa7c79f40b (patch)
treef76640900d6f72d87ad678d6ca3a09669262f84a /src/storage
parenta882d662f3b0a6c60234e87f7eaa78b11606caeb (diff)
downloadlibpinyin-a9ecf6dd0d492243dc4a38792411e5fa7c79f40b.tar.gz
libpinyin-a9ecf6dd0d492243dc4a38792411e5fa7c79f40b.tar.xz
libpinyin-a9ecf6dd0d492243dc4a38792411e5fa7c79f40b.zip
update special table
Diffstat (limited to 'src/storage')
-rw-r--r--src/storage/pinyin_parser2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 5f81b00..2f5fc76 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -48,16 +48,16 @@ typedef struct {
} chewing_index_item_t;
typedef struct {
- ChewingKey m_orig_key;
+ const char * m_orig_key;
guint32 m_orig_freq;
- ChewingKey m_new_keys[2];
+ const char * m_new_keys[2];
guint32 m_new_freq;
} divided_table_item_t;
typedef struct {
- ChewingKey m_orig_keys[2];
+ const char * m_orig_keys[2];
guint32 m_orig_freq;
- ChewingKey m_new_keys[2];
+ const char * m_new_keys[2];
guint32 m_new_freq;
} resplit_table_item_t;