add a default vaule for getMatchedProximityType
Change-Id: Id940f1226ca493d0a1b82e2810b1882184ef8987main
parent
e621ea5fdc
commit
a406f803bc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue