diff options
author | 2012-02-02 18:49:22 +0900 | |
---|---|---|
committer | 2012-02-03 20:00:15 +0900 | |
commit | 1b9fa942b4b62a818e45655dc5097c7eed7a5465 (patch) | |
tree | 1712460d82096fddb7be6093900198293983789d /native/src/correction.h | |
parent | 534faf1cd0b3e99a4633217f34dd9f683cd65e35 (diff) | |
download | latinime-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.h | 1 |
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; |