diff options
Diffstat (limited to 'plugins/SpellChecker/src/dictionary.h')
-rw-r--r-- | plugins/SpellChecker/src/dictionary.h | 3 |
1 files changed, 2 insertions, 1 deletions
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();
|