projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rewrote large parts of the non-DDE IPC stuff (wxTCPServer, wxTCPClient,
[wxWidgets.git]
/
src
/
common
/
appcmn.cpp
diff --git
a/src/common/appcmn.cpp
b/src/common/appcmn.cpp
index b01cdd229c74331915ea13c555bb99395c8eb0ef..d185f5bff00e9efc6876069792f58ffbb871269b 100644
(file)
--- a/
src/common/appcmn.cpp
+++ b/
src/common/appcmn.cpp
@@
-63,7
+63,7
@@
void wxAppBase::ProcessPendingEvents()
delete node;
// In ProcessPendingEvents(), new handlers might be add
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 );
wxLEAVE_CRIT_SECT( *wxPendingEventsLocker );
handler->ProcessPendingEvents();
wxENTER_CRIT_SECT( *wxPendingEventsLocker );