summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/hunspell/suggestmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/suggestmgr.hxx')
-rw-r--r--plugins/SpellChecker/src/hunspell/suggestmgr.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/SpellChecker/src/hunspell/suggestmgr.hxx b/plugins/SpellChecker/src/hunspell/suggestmgr.hxx
index 5f043fdfd2..8456b5b3e2 100644
--- a/plugins/SpellChecker/src/hunspell/suggestmgr.hxx
+++ b/plugins/SpellChecker/src/hunspell/suggestmgr.hxx
@@ -32,6 +32,10 @@ enum { LCS_UP, LCS_LEFT, LCS_UPLEFT };
class LIBHUNSPELL_DLL_EXPORTED SuggestMgr
{
+private:
+ SuggestMgr(const SuggestMgr&);
+ SuggestMgr& operator = (const SuggestMgr&);
+private:
char * ckey;
int ckeyl;
w_char * ckey_utf;