X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/357196321f776fd8478644dac6e21d27c3705d82..cd8b9f13c7ad6990f59b655138ac1d5128d3201d:/src/common/tbarbase.cpp?ds=sidebyside diff --git a/src/common/tbarbase.cpp b/src/common/tbarbase.cpp index 6f7793b419..ae86a28759 100644 --- a/src/common/tbarbase.cpp +++ b/src/common/tbarbase.cpp @@ -398,7 +398,7 @@ void wxToolBarBase::Command(wxCommandEvent& WXUNUSED(event)) { } -void wxToolBarBase::Layout() +void wxToolBarBase::LayoutTools() { } @@ -724,7 +724,13 @@ void wxToolBarBase::ViewStart (int *x, int *y) const *y = m_yScrollPosition; } -void wxToolBarBase::OnIdle(wxIdleEvent& event) +void wxToolBarBase::OnIdle(wxIdleEvent& +#ifdef __WXGTK__ + WXUNUSED(event) +#else + event +#endif + ) { #ifndef __WXGTK__ wxWindow::OnIdle(event);