diff options
author | George Hazan <george.hazan@gmail.com> | 2025-03-19 20:09:33 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-03-19 20:09:33 +0300 |
commit | 4695a95c1f73dd45cc1a2e59bdb2c6e327197721 (patch) | |
tree | ddffa2055318dd0a28ae85fa53c9f91a8db93bb4 /include | |
parent | 887a79f2c48457605098132fd37b6d82bf349748 (diff) |
fix for wrong return type
Diffstat (limited to 'include')
-rw-r--r-- | include/m_gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|