summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/hunspell/hunzip.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/hunzip.hxx')
-rw-r--r--plugins/SpellChecker/src/hunspell/hunzip.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/SpellChecker/src/hunspell/hunzip.hxx b/plugins/SpellChecker/src/hunspell/hunzip.hxx
index b58e3ab1dc..bd02fd8f10 100644
--- a/plugins/SpellChecker/src/hunspell/hunzip.hxx
+++ b/plugins/SpellChecker/src/hunspell/hunzip.hxx
@@ -23,7 +23,9 @@ struct bit {
class LIBHUNSPELL_DLL_EXPORTED Hunzip
{
-
+private:
+ Hunzip(const Hunzip&);
+ Hunzip& operator = (const Hunzip&);
protected:
char * filename;
FILE * fin;