summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/commons.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2014-12-12 18:28:12 +0000
committerKirill Volinsky <mataes2007@gmail.com>2014-12-12 18:28:12 +0000
commit02899659835bd6352f42a90a344b1de896f6a6a8 (patch)
tree7180775a9005a3f10d7f208129c3f831c558917a /plugins/SpellChecker/src/commons.h
parent4e02f499326971bce39ee041f336043431ad3913 (diff)
SpellChecker: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11354 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/src/commons.h')
-rw-r--r--plugins/SpellChecker/src/commons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SpellChecker/src/commons.h b/plugins/SpellChecker/src/commons.h
index a0841026e7..4cdc7c00a3 100644
--- a/plugins/SpellChecker/src/commons.h
+++ b/plugins/SpellChecker/src/commons.h
@@ -142,7 +142,7 @@ struct Dialog
vector<WrongWordPopupMenuData> *wrong_words;
};
-BOOL CenterParent(HWND hwnd);
+static BOOL CenterParent(HWND hwnd);
TCHAR *lstrtrim(TCHAR *str);
BOOL lstreq(TCHAR *a, TCHAR *b, size_t len = -1);
BOOL IsNumber(TCHAR c);