]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 May 1999 20:48:42 +0000 (20:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 7 May 1999 20:48:42 +0000 (20:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/app.cpp

index 225124f27701e49fd2f02195ceb7f3623c7fb101..ac660f8e3f1603a5bcc67677ac8eb2360fcaba2b 100644 (file)
@@ -1180,7 +1180,7 @@ bool wxYield()
     }
     // If they are pending events, we must process them.
 #if wxUSE_THREADS
-    ProcessPendingEvents();
+    wxTheApp->ProcessPendingEvents();
 #endif
 
     return TRUE;