diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-13 20:58:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-13 20:58:37 +0000 |
commit | da0588537a9aee58726b78d1f2ee78920ab248cc (patch) | |
tree | 762286d463c65a2a1da9f62de32dde32b458efe8 /include/m_gui.h | |
parent | 2dab2384e9f06ae3ef087820228e69c750de4f6e (diff) |
CCtrlListView::GetItem() - missing return type
git-svn-id: http://svn.miranda-ng.org/main/trunk@13580 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_gui.h')
-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 d369ed5058..89393d0be7 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -709,7 +709,7 @@ public: COLORREF GetInsertMarkColor();
int GetInsertMarkRect(LPRECT prc);
BOOL GetISearchString(LPSTR lpsz);
- void GetItem(LPLVITEM pitem);
+ bool GetItem(LPLVITEM pitem);
int GetItemCount();
void GetItemPosition(int i, POINT *ppt);
void GetItemRect(int i, RECT *prc, int code);
|