diff options
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 437ef77f4..d4e99f0ce 100644 --- a/native/src/correction.h +++ b/native/src/correction.h @@ -102,6 +102,7 @@ private: inline bool isQuote(const unsigned short c); inline CorrectionType processSkipChar( const int32_t c, const bool isTerminal, const bool inputIndexIncremented); + inline void addCharToCurrentWord(const int32_t c); const int TYPED_LETTER_MULTIPLIER; const int FULL_WORD_MULTIPLIER; |