From 86eea20c7d00dfc223cf13217cf4dfc57202965e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 9 Jul 2015 17:56:47 +0000 Subject: - various icon definition quirks; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@14520 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryStats/src/mu_common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/HistoryStats/src/mu_common.h') diff --git a/plugins/HistoryStats/src/mu_common.h b/plugins/HistoryStats/src/mu_common.h index 6769414b0b..98bab3800e 100644 --- a/plugins/HistoryStats/src/mu_common.h +++ b/plugins/HistoryStats/src/mu_common.h @@ -45,8 +45,7 @@ namespace mu namespace icolib { bool _available(); - void addIcon(const TCHAR* szSection, const TCHAR* szDescription, const char* szIconName, const char* szDefaultFile, int iDefaultIndex, int cx = 16, int cy = 16); - void addIcon(const TCHAR* szSection, const TCHAR* szDescription, const char* szIconName, HICON hDefaultIcon, int cx = 16, int cy = 16); + void addIcon(const TCHAR* szSection, const TCHAR* szDescription, const char* szIconName, const char* szDefaultFile, int iDefaultIndex); HICON getIcon(const char* szIconName); } -- cgit v1.2.3