diff options
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/affixmgr.hxx')
-rw-r--r-- | plugins/SpellChecker/src/hunspell/affixmgr.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/SpellChecker/src/hunspell/affixmgr.hxx b/plugins/SpellChecker/src/hunspell/affixmgr.hxx index d9c625aed0..736816f04e 100644 --- a/plugins/SpellChecker/src/hunspell/affixmgr.hxx +++ b/plugins/SpellChecker/src/hunspell/affixmgr.hxx @@ -41,6 +41,7 @@ class LIBHUNSPELL_DLL_EXPORTED AffixMgr FLAG compoundroot; FLAG compoundforbidflag; FLAG compoundpermitflag; + int compoundmoresuffixes; int checkcompounddup; int checkcompoundrep; int checkcompoundcase; @@ -244,6 +245,7 @@ private: int process_sfx_tree_to_list(); int redundant_condition(char, char * strip, int stripl, const char * cond, int); + void finishFileMgr(FileMgr *afflst); }; #endif |