]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
1. more warnings fixes in gtk/region.cpp and common/tbarsmpl.cpp
[wxWidgets.git] / src / common / appcmn.cpp
index b01cdd229c74331915ea13c555bb99395c8eb0ef..d185f5bff00e9efc6876069792f58ffbb871269b 100644 (file)
@@ -63,7 +63,7 @@ void wxAppBase::ProcessPendingEvents()
         delete node;
 
         // In ProcessPendingEvents(), new handlers might be add
-       // and we can safely leave the critical section here.
+           // and we can safely leave the critical section here.
         wxLEAVE_CRIT_SECT( *wxPendingEventsLocker );
         handler->ProcessPendingEvents();
         wxENTER_CRIT_SECT( *wxPendingEventsLocker );