]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/tbarbase.cpp
wxMkdir() has 2nd param under Unix
[wxWidgets.git] / src / common / tbarbase.cpp
index fb0f5bda35877187eb19bc621efa80588f3431ba..218ecbea4f59e3ab2271ab7fb6844192ff4bac6a 100644 (file)
@@ -720,7 +720,7 @@ void wxToolBarBase::ViewStart (int *x, int *y) const
   *y = m_yScrollPosition;
 }
 
-void wxToolBarBase::OnIdle(wxIdleEvent& WXUNUSED(event))
+void wxToolBarBase::OnIdle(wxIdleEvent& event)
 {
 #ifndef __WXGTK__
     wxWindow::OnIdle(event);