]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/evtloop.cpp
fix crashes due to missing npos handling in several wxString methods in STL build...
[wxWidgets.git] / src / msw / evtloop.cpp
index 63f1688349630ce88af04ad2806c22c2130be65d..601b8b870b2405eecc7e22b5281a84b17577ca33 100644 (file)
@@ -332,7 +332,7 @@ bool wxConsoleEventLoop::Dispatch()
     }
     else
     {
-        wxLogDebug(_T("Ignoring unexpected message %d"), msg.message);
+        ::DispatchMessage(&msg);
     }
 
     return !m_shouldExit;