diff options
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 9bacf454af..3e4d54431a 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -971,7 +971,7 @@ public: HIMAGELIST GetImageList(int iImage);
int GetIndent();
COLORREF GetInsertMarkColor();
- void GetItem(TVITEMEX *tvi);
+ bool GetItem(TVITEMEX *tvi);
int GetItemHeight();
void GetItemRect(HTREEITEM hItem, RECT *rcItem, BOOL fItemRect);
DWORD GetItemState(HTREEITEM hItem, DWORD stateMask);
|