X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c9c1faa490a451cdf42b35b92bfcc2c55d22bbe9..b2eabfe86603fe932b61c513577a8e1b7d0fb815:/include/wx/event.h diff --git a/include/wx/event.h b/include/wx/event.h index 23f1f35376..a1676933ff 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -3080,9 +3080,9 @@ typedef void (wxEvtHandler::*wxClipboardTextEventFunction)(wxClipboardTextEvent& // list containing event handlers with pending events for them // // notice that each event handler should occur at most once in this list -extern WXDLLIMPEXP_BASE wxList *wxPendingEvents; +extern WXDLLIMPEXP_BASE wxList *wxHandlersWithPendingEvents; #if wxUSE_THREADS - extern WXDLLIMPEXP_BASE wxCriticalSection *wxPendingEventsLocker; + extern WXDLLIMPEXP_BASE wxCriticalSection *wxHandlersWithPendingEventsLocker; #endif // ----------------------------------------------------------------------------