aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/correction.h
diff options
context:
space:
mode:
authorsatok <satok@google.com>2012-02-02 18:49:22 +0900
committersatok <satok@google.com>2012-02-03 20:00:15 +0900
commit1b9fa942b4b62a818e45655dc5097c7eed7a5465 (patch)
tree1712460d82096fddb7be6093900198293983789d /native/src/correction.h
parent534faf1cd0b3e99a4633217f34dd9f683cd65e35 (diff)
downloadlatinime-1b9fa942b4b62a818e45655dc5097c7eed7a5465.tar.gz
latinime-1b9fa942b4b62a818e45655dc5097c7eed7a5465.tar.xz
latinime-1b9fa942b4b62a818e45655dc5097c7eed7a5465.zip
Support correction conversion from skip to additional proximity
Result: I34bedff6149a6a4e01 Change-Id: I46d528f228a969a0a996299221622627f43c55ec
Diffstat (limited to 'native/src/correction.h')
-rw-r--r--native/src/correction.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/src/correction.h b/native/src/correction.h
index a711c994d..398e7e7bf 100644
--- a/native/src/correction.h
+++ b/native/src/correction.h
@@ -221,6 +221,7 @@ class Correction {
bool mMatching;
bool mProximityMatching;
+ bool mAdditionalProximityMatching;
bool mExceeding;
bool mTransposing;
bool mSkipping;