add a default vaule for getMatchedProximityType

Change-Id: Id940f1226ca493d0a1b82e2810b1882184ef8987
main
Satoshi Kataoka 2013-02-27 14:41:26 +09:00
parent e621ea5fdc
commit a406f803bc
1 changed files with 2 additions and 0 deletions

View File

@ -400,6 +400,8 @@ typedef enum {
NEAR_PROXIMITY_CHAR,
// It is an unrelated char
UNRELATED_CHAR,
// It is an unrelated char and not a substitution
UNRELATED_AND_NOT_SUBSTITUTION_CHAR,
// Additional proximity char which can differ by language.
ADDITIONAL_PROXIMITY_CHAR
} ProximityType;