From 70cd3610f4ec0131fe3c9308a483935e9f1c788c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Nov 2024 15:58:10 +0300 Subject: SpellChecker: hunspell part moved to the separate module --- plugins/SpellChecker/src/dictionary.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/SpellChecker/src/dictionary.h') diff --git a/plugins/SpellChecker/src/dictionary.h b/plugins/SpellChecker/src/dictionary.h index 35f94dc4f8..8ba9ee2acf 100644 --- a/plugins/SpellChecker/src/dictionary.h +++ b/plugins/SpellChecker/src/dictionary.h @@ -33,8 +33,9 @@ struct Dictionary wchar_t full_name[256]; wchar_t source[128]; AutoReplaceMap *autoReplace = 0; - HANDLE hIcolib; + HANDLE hIcolib = 0; + Dictionary(const wchar_t *aLanguage, const wchar_t *aSource); virtual ~Dictionary(); void GetInfo(); -- cgit v1.2.3