compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e373f51b6c
commit
cfb7687556
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user