X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c738d187e9af897f9540b30e7e46f4e496dd5754..c5453c7956e115a1e7290f01cbbd730a5d8f3448:/src/x11/evtloop.cpp diff --git a/src/x11/evtloop.cpp b/src/x11/evtloop.cpp index 1f988f9762..e351092267 100644 --- a/src/x11/evtloop.cpp +++ b/src/x11/evtloop.cpp @@ -162,7 +162,7 @@ int wxGUIEventLoop::DoRun() return exitcode; } -void wxGUIEventLoop::Exit(int rc) +void wxGUIEventLoop::ScheduleExit(int rc) { if ( m_impl ) {