]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed compilation failure introduced in prior commit
authorDavid Surovell <davids@osafoundation.org>
Wed, 25 Jan 2006 23:48:09 +0000 (23:48 +0000)
committerDavid Surovell <davids@osafoundation.org>
Wed, 25 Jan 2006 23:48:09 +0000 (23:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/listctrl.cpp

index 3608f7e033a08dfab5e7cab73e1ba738bc24a62d..b0c24bec989e84e2a448a220af9e9c179891e388 100644 (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