diff options
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/filemgr.hxx')
-rw-r--r-- | plugins/SpellChecker/src/hunspell/filemgr.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/SpellChecker/src/hunspell/filemgr.hxx b/plugins/SpellChecker/src/hunspell/filemgr.hxx index 94cb7233d8..37b2ae9ea1 100644 --- a/plugins/SpellChecker/src/hunspell/filemgr.hxx +++ b/plugins/SpellChecker/src/hunspell/filemgr.hxx @@ -9,6 +9,9 @@ class LIBHUNSPELL_DLL_EXPORTED FileMgr { +private: + FileMgr(const FileMgr&); + FileMgr& operator = (const FileMgr&); protected: FILE * fin; Hunzip * hin; |