]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/app.cpp
correct setting of pSymbol->SizeOfStruct (patch 1737789)
[wxWidgets.git] / src / dfb / app.cpp
index c78010f0816db707249c552bde4f1029a81e6b37..bfde03508efa4fb9ba67e793a3de3b3cfb8c8fcf 100644 (file)
@@ -156,7 +156,7 @@ void wxApp::WakeUpIdle()
         wxMutexGuiEnter();
 #endif
 
-    wxEventLoop * const loop = wxEventLoop::GetActive();
+    wxEventLoopBase * const loop = wxEventLoop::GetActive();
     if ( loop )
         loop->WakeUp();
 
@@ -190,7 +190,8 @@ bool wxApp::Yield(bool onlyIfNeeded)
 
     wxLog::Suspend();
 
-    wxEventLoop * const loop = wxEventLoop::GetActive();
+    wxEventLoop * const
+        loop = wx_static_cast(wxEventLoop *, wxEventLoop::GetActive());
     if ( loop )
         loop->Yield();