From cfb7687556620cc0a558c9dab3f582de31369e67 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 27 Feb 1999 23:54:22 +0000 Subject: [PATCH] compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/tbarbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.0