]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/app.cpp
really fix the length of the string returned by wxConvertStringToOle() (#10056)
[wxWidgets.git] / src / dfb / app.cpp
index 093bd63642d78c2b9eee67f8a7abcbfa863e3d6f..ad9144d250faaec789db86b8c8d44f116d43e12f 100644 (file)
@@ -190,7 +190,7 @@ bool wxApp::Yield(bool onlyIfNeeded)
 #endif // wxUSE_LOG
 
     wxEventLoop * const
-        loop = wx_static_cast(wxEventLoop *, wxEventLoop::GetActive());
+        loop = static_cast<wxEventLoop *>(wxEventLoop::GetActive());
     if ( loop )
         loop->Yield();