wxBase compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-08-06 12:18:03 +00:00
parent 47606d3612
commit dd0705221e

View File

@@ -724,8 +724,6 @@ wxWindowDestroyEvent::wxWindowDestroyEvent(wxWindow *win)
SetEventObject(win);
}
#endif // wxUSE_GUI
void wxIdleEvent::CopyObject(wxObject& obj_d) const
{
wxIdleEvent *obj = (wxIdleEvent *)&obj_d;
@@ -740,6 +738,8 @@ wxChildFocusEvent::wxChildFocusEvent(wxWindow *win)
SetEventObject(win);
}
#endif // wxUSE_GUI
// ----------------------------------------------------------------------------
// wxEvtHandler
// ----------------------------------------------------------------------------