From: David Surovell Date: Wed, 25 Jan 2006 23:48:09 +0000 (+0000) Subject: fixed compilation failure introduced in prior commit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/08a175cec769f63c770c90a5dd8b1e71ee64bbee fixed compilation failure introduced in prior commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index 3608f7e033..b0c24bec98 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -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