summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/hunspell/replist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SpellChecker/src/hunspell/replist.hxx')
-rw-r--r--plugins/SpellChecker/src/hunspell/replist.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/SpellChecker/src/hunspell/replist.hxx b/plugins/SpellChecker/src/hunspell/replist.hxx
index 1cc039ebeb..de439cd362 100644
--- a/plugins/SpellChecker/src/hunspell/replist.hxx
+++ b/plugins/SpellChecker/src/hunspell/replist.hxx
@@ -8,6 +8,9 @@
class LIBHUNSPELL_DLL_EXPORTED RepList
{
+private:
+ RepList(const RepList&);
+ RepList& operator = (const RepList&);
protected:
replentry ** dat;
int size;