]> git.saurik.com Git - wxWidgets.git/commitdiff
multilib mode compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 22 Jul 2003 11:50:40 +0000 (11:50 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 22 Jul 2003 11:50:40 +0000 (11:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/event.cpp

index 0c3b44ea099e0b004e98dbfcc25ecd172f3b0820..1906077d27d7fe3adb5c523cebdc4ded819c1b80 100644 (file)
@@ -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
  */