]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
initialize ICONINFO to avoid Purify warnings
[wxWidgets.git] / src / common / event.cpp
index 574363c74dbcefe0f0776f07d9307b19ce32af56..0c3b44ea099e0b004e98dbfcc25ecd172f3b0820 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)
 {
 }