]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/gridg.cpp
wxToolBarBase -> wxToolBar
[wxWidgets.git] / src / generic / gridg.cpp
index 8ba55750719a10aa356f280bca6681fd1413fa46..1ce790515b657302624401a7dd334136352f60d8 100644 (file)
@@ -485,7 +485,7 @@ void wxGenericGrid::PaintGrid(wxDC& dc)
 
 // Erase (some of) the background.
 // Currently, a Windows-only optimisation.
-void wxGenericGrid::OnEraseBackground(wxEraseEvent& event)
+void wxGenericGrid::OnEraseBackground(wxEraseEvent& WXUNUSED(event) )
 {
     wxClientDC dc(this);
     dc.BeginDrawing();