diff options
Diffstat (limited to 'libs/hunspell/src/baseaffix.hxx')
-rw-r--r-- | libs/hunspell/src/baseaffix.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hunspell/src/baseaffix.hxx b/libs/hunspell/src/baseaffix.hxx index cfc6b71ca4..59256e92f3 100644 --- a/libs/hunspell/src/baseaffix.hxx +++ b/libs/hunspell/src/baseaffix.hxx @@ -59,7 +59,7 @@ class LIBHUNSPELL_DLL_EXPORTED AffEntry { contclasslen(0) {} std::string appnd; std::string strip; - char numconds; + unsigned char numconds; char opts; unsigned short aflag; union { |