X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac91b9d22aea519059b3f64adfba506d43aba639..7708abe9cd1ff4bf3c657db8e8ffeeb4bbcbb4bc:/src/common/tbarbase.cpp diff --git a/src/common/tbarbase.cpp b/src/common/tbarbase.cpp index fb0f5bda35..218ecbea4f 100644 --- a/src/common/tbarbase.cpp +++ b/src/common/tbarbase.cpp @@ -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);