summaryrefslogtreecommitdiff
path: root/plugins/FTPFileYM/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/FTPFileYM/src/utils.h')
-rw-r--r--plugins/FTPFileYM/src/utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/FTPFileYM/src/utils.h b/plugins/FTPFileYM/src/utils.h
index 10a0031a09..7c83869ade 100644
--- a/plugins/FTPFileYM/src/utils.h
+++ b/plugins/FTPFileYM/src/utils.h
@@ -30,7 +30,9 @@ public:
static int msgBox(TCHAR *szMsg, UINT uType);
static int msgBoxA(char *szMsg, UINT uType);
static int getDeleteTimeMin();
- static HICON loadIconEx(char *szName);
+
+ static HICON loadIconEx(const char *szName);
+ static HANDLE getIconHandle(const char *szName);
static TCHAR *getFileNameFromPath(TCHAR *stzPath);
static TCHAR *getTextFragment(TCHAR *stzText, size_t length, TCHAR *buff);