]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/evtloop.cpp
remove incorrect cast of wxString to char* (unnecessary and breaks wxUSE_STL build)
[wxWidgets.git] / src / msw / evtloop.cpp
index d09faae69f8a00b25b74cac953c4ed126f114c9c..96e618066449a292e439f4a5c4a59c53f190c374 100644 (file)
@@ -34,7 +34,6 @@
 #include "wx/evtloop.h"
 #include "wx/thread.h"
 #include "wx/except.h"
-#include "wx/ptr_scpd.h"
 #include "wx/msw/private.h"
 
 #if wxUSE_GUI
@@ -361,6 +360,11 @@ void wxGUIEventLoop::WakeUp()
 
 #else // !wxUSE_GUI
 
+
+// ============================================================================
+// wxConsoleEventLoop implementation
+// ============================================================================
+
 #if wxUSE_CONSOLE_EVENTLOOP
 
 void wxConsoleEventLoop::WakeUp()