]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed missing brace in app.cpp
authorJulian Smart <julian@anthemion.co.uk>
Mon, 29 Mar 1999 08:51:32 +0000 (08:51 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 29 Mar 1999 08:51:32 +0000 (08:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/app.cpp

index 21dd1dbeccabee29bb34a3b16872716375efe8c7..82851e6f1392e52f0620d3e378de7aa6c1e98d83 100644 (file)
@@ -921,7 +921,7 @@ bool wxApp::ProcessIdle()
 
 #if wxUSE_THREADS
 void wxApp::ProcessPendingEvents()
-
+{
     wxNode *node = wxPendingEvents.First();
     wxCriticalSectionLocker locker(wxPendingEventsLocker);