From a406f803bc9343ea3a3ba4e0a07129f5c3ec7574 Mon Sep 17 00:00:00 2001 From: Satoshi Kataoka Date: Wed, 27 Feb 2013 14:41:26 +0900 Subject: [PATCH] add a default vaule for getMatchedProximityType Change-Id: Id940f1226ca493d0a1b82e2810b1882184ef8987 --- native/jni/src/defines.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/native/jni/src/defines.h b/native/jni/src/defines.h index 28fe1fe37..379fb9dfd 100644 --- a/native/jni/src/defines.h +++ b/native/jni/src/defines.h @@ -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;