diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-16 17:13:42 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-16 17:13:42 +0000 |
commit | 086470f4191dcc3377ad0ad496d3c81f6e16bc01 (patch) | |
tree | 65f814a70a61fe4cd34bf61d9c876ebee355ec76 /plugins/MenuItemEx/src/images.h | |
parent | ae6a10ba2621f5dbd9f50ab36d819a8cd160d741 (diff) |
MenuItemEx: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11471 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MenuItemEx/src/images.h')
-rw-r--r-- | plugins/MenuItemEx/src/images.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MenuItemEx/src/images.h b/plugins/MenuItemEx/src/images.h index e8288714f7..c935ec8659 100644 --- a/plugins/MenuItemEx/src/images.h +++ b/plugins/MenuItemEx/src/images.h @@ -1,7 +1,7 @@ #ifndef __IMAGE_UTILS_H__
#define __IMAGE_UTILS_H__
-HICON BindOverlayIcon(HICON,LPCSTR);
+HICON BindOverlayIcon(HICON, LPCSTR);
//HICON MakeGrayscaleIcon(HICON);
HICON MakeHalfAlphaIcon(HICON);
|