compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -720,7 +720,7 @@ void wxToolBarBase::ViewStart (int *x, int *y) const
|
|||||||
*y = m_yScrollPosition;
|
*y = m_yScrollPosition;
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxToolBarBase::OnIdle(wxIdleEvent& WXUNUSED(event))
|
void wxToolBarBase::OnIdle(wxIdleEvent& event)
|
||||||
{
|
{
|
||||||
#ifndef __WXGTK__
|
#ifndef __WXGTK__
|
||||||
wxWindow::OnIdle(event);
|
wxWindow::OnIdle(event);
|
||||||
|
Reference in New Issue
Block a user