summaryrefslogtreecommitdiffstats
path: root/src/storage/phonetic_key_matrix.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-05-10 15:59:02 +0800
committerPeng Wu <alexepico@gmail.com>2016-05-10 15:59:02 +0800
commited390141d5517bda56c5e4abacde0cc91bd0af44 (patch)
tree5e6fedde4559b95a37954cbf4349144f1c17a137 /src/storage/phonetic_key_matrix.h
parent22149d09c7352bb88c1bd291f548c02b0454e7a2 (diff)
downloadlibpinyin-ed390141d5517bda56c5e4abacde0cc91bd0af44.tar.gz
libpinyin-ed390141d5517bda56c5e4abacde0cc91bd0af44.tar.xz
libpinyin-ed390141d5517bda56c5e4abacde0cc91bd0af44.zip
write fill_phonetic_key_matrix_from_chewing_keys function
Diffstat (limited to 'src/storage/phonetic_key_matrix.h')
-rw-r--r--src/storage/phonetic_key_matrix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/phonetic_key_matrix.h b/src/storage/phonetic_key_matrix.h
index f28848b..aab1b69 100644
--- a/src/storage/phonetic_key_matrix.h
+++ b/src/storage/phonetic_key_matrix.h
@@ -112,8 +112,8 @@ public:
};
bool fill_phonetic_key_matrix_from_chewing_keys(PhoneticKeyMatrix * matrix,
- ChewingKeyVector * keys,
- ChewingKeyRestVector * key_rests);
+ ChewingKeyVector keys,
+ ChewingKeyRestVector key_rests);
};