From e0e72e33e5ef14c89e57685cdf5d44f0faddedb1 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 20 Dec 2011 17:29:11 +0800 Subject: fixes pinyin.h --- src/pinyin.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pinyin.h b/src/pinyin.h index e11e8e3..3c53356 100644 --- a/src/pinyin.h +++ b/src/pinyin.h @@ -106,6 +106,9 @@ bool pinyin_reset(pinyin_instance_t * instance); /* hack here. */ typedef ChewingKey PinyinKey; typedef ChewingKeyRest PinyinKeyPos; +typedef ChewingKeyVector PinyinKeyVector; +typedef ChewingKeyRestVector PinyinKeyPosVector; + #define LIBPINYIN_FORMAT_VERSION "0.4.91" -- cgit