]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/app.cpp
minor fixes; replace references to Windows95 with references to wxMSW where possible
[wxWidgets.git] / src / osx / carbon / app.cpp
index 14c97c2f85d9f525bb2d35241f1ec47410c439eb..9f85b4dda2620a03dbd237e1ce49ab3ec45ecf92 100644 (file)
@@ -1151,7 +1151,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 )
     {
         // process all pending events: