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:
David Surovell
2006-01-25 23:48:09 +00:00
parent dc497201eb
commit 08a175cec7

View File

@@ -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