From 562334068a5526a92fa6f931581c4b221a70ab41 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 1 Dec 2024 17:57:14 +0300 Subject: compilation fix --- plugins/SpellChecker/src/spellchecker.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/SpellChecker/src/spellchecker.cpp b/plugins/SpellChecker/src/spellchecker.cpp index 0c7fdba566..3a2eb978a2 100644 --- a/plugins/SpellChecker/src/spellchecker.cpp +++ b/plugins/SpellChecker/src/spellchecker.cpp @@ -37,6 +37,8 @@ BITMAP bmpChecked; BOOL loaded = FALSE; +static bool bComInited = false; + ///////////////////////////////////////////////////////////////////////////////////////// static int CompareDicts(const Dictionary *p1, const Dictionary *p2) @@ -205,8 +207,6 @@ static int ModulesLoaded(WPARAM, LPARAM) //////////////////////////////////////////////////////////////////////////////////////// -static bool bComInited = false; - static IconItem iconList[] = { { LPGEN("Enabled"), "spellchecker_enabled", IDI_CHECK }, -- cgit v1.2.3