]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed builds without wxHAS_EVENT_BIND (typeinfo.h include was misplaced)
authorJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 19 Nov 2009 21:16:10 +0000 (21:16 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 19 Nov 2009 21:16:10 +0000 (21:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/event.h

index 79534fa7eeb1f1e2efac618a2e0e66b9883f59ca..210d323bb8440cdfa52d171087f5eb109898f8c0 100644 (file)
@@ -26,6 +26,7 @@
 #include "wx/dynarray.h"
 #include "wx/thread.h"
 #include "wx/tracker.h"
+#include "wx/typeinfo.h"
 
 #ifdef wxHAS_EVENT_BIND
     #include "wx/meta/convertible.h"
@@ -153,8 +154,6 @@ extern WXDLLIMPEXP_BASE wxEventType wxNewEventType();
 
 #ifdef wxHAS_EVENT_BIND
 
-#include "wx/typeinfo.h"
-
 // The tag is a type associated to the event type (which is an integer itself,
 // in spite of its name) value. It exists in order to be used as a template
 // parameter and provide a mapping between the event type values and their