diff options
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/baseaffix.hxx')
-rw-r--r-- | plugins/SpellChecker/src/hunspell/baseaffix.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/SpellChecker/src/hunspell/baseaffix.hxx b/plugins/SpellChecker/src/hunspell/baseaffix.hxx index ed64f3d84f..f417acaa44 100644 --- a/plugins/SpellChecker/src/hunspell/baseaffix.hxx +++ b/plugins/SpellChecker/src/hunspell/baseaffix.hxx @@ -5,7 +5,11 @@ class LIBHUNSPELL_DLL_EXPORTED AffEntry { +private: + AffEntry(const AffEntry&); + AffEntry& operator = (const AffEntry&); protected: + AffEntry() {} char * appnd; char * strip; unsigned char appndl; |