]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
xti introduction
[wxWidgets.git] / src / common / event.cpp
index 574363c74dbcefe0f0776f07d9307b19ce32af56..1906077d27d7fe3adb5c523cebdc4ded819c1b80 100644 (file)
@@ -349,9 +349,9 @@ wxEvent::wxEvent(const wxEvent &src)
     , m_timeStamp(src.m_timeStamp)
     , m_id(src.m_id)
     , m_callbackUserData(src.m_callbackUserData)
+    , m_propagationLevel(src.m_propagationLevel)
     , m_skipped(src.m_skipped)
     , m_isCommandEvent(src.m_isCommandEvent)
-    , m_propagationLevel(src.m_propagationLevel)
 {
 }
 
@@ -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
  */