]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/app.cpp
OS X compilation fix
[wxWidgets.git] / src / x11 / app.cpp
index ab6b3fc909699910578bcb7869bc1bb0e175ae79..9677cf46fcac7587f34000aa19aebc2c9e7e80ee 100644 (file)
@@ -796,7 +796,7 @@ bool wxApp::Yield(bool onlyIfNeeded)
 
         // Make sure we have an event loop object,
         // or Pending/Dispatch will fail
-        wxEventLoop* eventLoop = wxEventLoop::GetActive();
+        wxEventLoopBase * const eventLoop = wxEventLoop::GetActive();
         wxEventLoop* newEventLoop = NULL;
         if (!eventLoop)
         {