From 9cb59b59601b9eb0e774722d10ed56439f558695 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 26 Nov 2014 12:51:16 +0000 Subject: LoadIcon: wrong parameter type git-svn-id: http://svn.miranda-ng.org/main/trunk@11095 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/themes.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'plugins/TabSRMM/src/themes.h') diff --git a/plugins/TabSRMM/src/themes.h b/plugins/TabSRMM/src/themes.h index 4d0e81e363..47ea5dcfcc 100644 --- a/plugins/TabSRMM/src/themes.h +++ b/plugins/TabSRMM/src/themes.h @@ -250,19 +250,19 @@ public: Unload(); } - void Init(bool fStartup = false); - void Load(void); - void Unload(); - void UnloadAeroTabs(); - void setFileName(); - void ReadItem(const int id, const TCHAR *section); - void LoadItems(); - void LoadIcon(const TCHAR *szSection, const TCHAR *name, HICON *hIcon); - void ReadImageItem(const TCHAR *szItemName); - void ReadButtonItem(const TCHAR *itemName) const; - bool haveGlyphItem() const { return(m_fHaveGlyph); } - int getNrIcons() const { return(m_nrSkinIcons); } - const DWORD getDwmColor() const { return(m_dwmColor); } + void Init(bool fStartup = false); + void Load(void); + void Unload(); + void UnloadAeroTabs(); + void setFileName(); + void ReadItem(const int id, const TCHAR *section); + void LoadItems(); + void LoadIcon(const TCHAR *szSection, const TCHAR *name, HICON &hIcon); + void ReadImageItem(const TCHAR *szItemName); + void ReadButtonItem(const TCHAR *itemName) const; + bool haveGlyphItem() const { return(m_fHaveGlyph); } + int getNrIcons() const { return(m_nrSkinIcons); } + DWORD getDwmColor() const { return(m_dwmColor); } const TIconDescW* getIconDesc(const int id) const { return(&m_skinIcons[id]); } /** -- cgit v1.2.3