From d5dfa90eec9c108f86b9a0aa3f746a5b164c6649 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 20 Jul 2014 08:01:05 +0000 Subject: SpellChecker: -Updated Hunspell to 1.3.3 -Create services in Load() git-svn-id: http://svn.miranda-ng.org/main/trunk@9876 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SpellChecker/src/hunspell/affentry.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'plugins/SpellChecker/src/hunspell/affentry.hxx') diff --git a/plugins/SpellChecker/src/hunspell/affentry.hxx b/plugins/SpellChecker/src/hunspell/affentry.hxx index eaf361fcce..923ee5ffed 100644 --- a/plugins/SpellChecker/src/hunspell/affentry.hxx +++ b/plugins/SpellChecker/src/hunspell/affentry.hxx @@ -11,6 +11,10 @@ class LIBHUNSPELL_DLL_EXPORTED PfxEntry : protected AffEntry { +private: + PfxEntry(const PfxEntry&); + PfxEntry& operator = (const PfxEntry&); +private: AffixMgr* pmyMgr; PfxEntry * next; @@ -67,6 +71,10 @@ public: class LIBHUNSPELL_DLL_EXPORTED SfxEntry : protected AffEntry { +private: + SfxEntry(const SfxEntry&); + SfxEntry& operator = (const SfxEntry&); +private: AffixMgr* pmyMgr; char * rappnd; -- cgit v1.2.3