summaryrefslogtreecommitdiffstats
path: root/src/storage/phonetic_key_matrix.h
diff options
context:
space:
mode:
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);
};