aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/correction.h
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/correction.h')
-rw-r--r--native/src/correction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/correction.h b/native/src/correction.h
index 62fe38696..0aa5660a6 100644
--- a/native/src/correction.h
+++ b/native/src/correction.h
@@ -120,7 +120,6 @@ private:
int mMaxEditDistance;
int mMaxDepth;
int mInputLength;
- int mSkipPos;
int mExcessivePos;
int mTransposedPos;
int mSpaceProximityPos;
@@ -137,6 +136,7 @@ private:
int mDiffs;
int mMatchedCharCount;
int mSkippedCount;
+ int mSkipPos;
bool mNeedsToTraverseAllNodes;
bool mMatching;
bool mSkipping;