Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a406f803 authored by Satoshi Kataoka's avatar Satoshi Kataoka
Browse files

add a default vaule for getMatchedProximityType

Change-Id: Id940f1226ca493d0a1b82e2810b1882184ef8987
parent e621ea5f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;