Fixed missing brace in app.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-03-29 08:51:32 +00:00
parent 8a252c002e
commit 1d3dbc7b63

View File

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