diff options
Diffstat (limited to 'plugins/Quotes/src/IconLib.h')
-rw-r--r-- | plugins/Quotes/src/IconLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Quotes/src/IconLib.h b/plugins/Quotes/src/IconLib.h index a1ea6ea078..b7e1fda175 100644 --- a/plugins/Quotes/src/IconLib.h +++ b/plugins/Quotes/src/IconLib.h @@ -15,7 +15,7 @@ #define ICON_STR_SWAP "swap"
void Quotes_IconsInit();
-HICON Quotes_LoadIconEx(const char* name,bool bBig = false);
+HICON Quotes_LoadIconEx(const char* name, bool bBig = false);
HANDLE Quotes_GetIconHandle(int iconId);
std::string Quotes_MakeIconName(const char* name);
|