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:
@@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user