From: Václav Slavík Date: Tue, 22 Jul 2003 11:50:40 +0000 (+0000) Subject: multilib mode compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9416681d9dc94486d605fd735702dc0678590d28?ds=sidebyside multilib mode compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/event.cpp b/src/common/event.cpp index 0c3b44ea09..1906077d27 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -713,6 +713,9 @@ wxChildFocusEvent::wxChildFocusEvent(wxWindow *win) #endif // wxUSE_GUI + +#if wxUSE_BASE + // ---------------------------------------------------------------------------- // wxEventHashTable // ---------------------------------------------------------------------------- @@ -893,8 +896,6 @@ void wxEventHashTable::GrowEventTypeTable() // wxEvtHandler // ---------------------------------------------------------------------------- -#if wxUSE_BASE - /* * Event handler */