fixed compilation failure introduced in prior commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5480,7 +5480,7 @@ int wxGenericListCtrl::OnGetItemColumnImage(long item, long column) const
|
||||
return OnGetItemImage(item);
|
||||
|
||||
return -1;
|
||||
|
||||
}
|
||||
|
||||
wxListItemAttr *
|
||||
wxGenericListCtrl::OnGetItemAttr(long WXUNUSED_UNLESS_DEBUG(item)) const
|
||||
@@ -5540,7 +5540,6 @@ void wxGenericListCtrl::Refresh(bool eraseBackground, const wxRect *rect)
|
||||
rectHeader.Offset(-x, -y);
|
||||
m_headerWin->Refresh(eraseBackground, &rectHeader);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Refresh the main window
|
||||
|
Reference in New Issue
Block a user