diff options
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);
|