diff options
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/dictmgr.hxx')
-rw-r--r-- | plugins/SpellChecker/src/hunspell/dictmgr.hxx | 5 |
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; |