summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/hunspell/dictmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/dictmgr.hxx')
-rw-r--r--plugins/SpellChecker/src/hunspell/dictmgr.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/SpellChecker/src/hunspell/dictmgr.hxx b/plugins/SpellChecker/src/hunspell/dictmgr.hxx
index bb197f84fb..692ed964c3 100644
--- a/plugins/SpellChecker/src/hunspell/dictmgr.hxx
+++ b/plugins/SpellChecker/src/hunspell/dictmgr.hxx
@@ -15,7 +15,10 @@ struct dictentry {
class LIBHUNSPELL_DLL_EXPORTED DictMgr
{
-
+private:
+ DictMgr(const DictMgr&);
+ DictMgr& operator = (const DictMgr&);
+private:
int numdict;
dictentry * pdentry;