multilib mode compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-07-22 11:50:40 +00:00
parent fa2986105a
commit 9416681d9d

View File

@@ -713,6 +713,9 @@ wxChildFocusEvent::wxChildFocusEvent(wxWindow *win)
#endif // wxUSE_GUI #endif // wxUSE_GUI
#if wxUSE_BASE
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// wxEventHashTable // wxEventHashTable
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
@@ -893,8 +896,6 @@ void wxEventHashTable::GrowEventTypeTable()
// wxEvtHandler // wxEvtHandler
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#if wxUSE_BASE
/* /*
* Event handler * Event handler
*/ */