From 4695a95c1f73dd45cc1a2e59bdb2c6e327197721 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 19 Mar 2025 20:09:33 +0300 Subject: fix for wrong return type --- include/m_gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/m_gui.h') diff --git a/include/m_gui.h b/include/m_gui.h index 44c6ecddd6..0b27cf431f 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -728,7 +728,7 @@ public: uint32_t GetExStyle() const; uint32_t GetExpand(HANDLE hItem) const; int GetExtraColumns() const; - uint8_t GetExtraImage(HANDLE hItem, int iColumn) const; + uint16_t GetExtraImage(HANDLE hItem, int iColumn) const; HIMAGELIST GetExtraImageList() const; HFONT GetFont(int iFontId) const; bool GetHideOfflineRoot() const; -- cgit v1.2.3