diff options
Diffstat (limited to 'thirdparty/icu4c/common/lstmbe.h')
-rw-r--r-- | thirdparty/icu4c/common/lstmbe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/thirdparty/icu4c/common/lstmbe.h b/thirdparty/icu4c/common/lstmbe.h index c3f7ecf815..ffdf805eca 100644 --- a/thirdparty/icu4c/common/lstmbe.h +++ b/thirdparty/icu4c/common/lstmbe.h @@ -62,6 +62,7 @@ protected: int32_t rangeStart, int32_t rangeEnd, UVector32 &foundBreaks, + UBool isPhraseBreaking, UErrorCode& status) const override; private: const LSTMData* fData; |