From: Julian Smart Date: Fri, 15 Aug 2003 08:43:53 +0000 (+0000) Subject: Corrected typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a430d03e5f1b1fbd6c11a090a9aaaad84fb2a5d9?hp=a61bbf8767c15d3b2f5170223684d62270322594 Corrected typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/thread.cpp b/src/msw/thread.cpp index 820f64cca9..7cfa033a64 100644 --- a/src/msw/thread.cpp +++ b/src/msw/thread.cpp @@ -877,7 +877,7 @@ wxThreadInternal::WaitForTerminate(bool shouldCancel, // we don't need the thread handle any more Free(); - wxCriticalSectionLocker lock(critsect); + wxCriticalSectionLocker lock(cs); SetState(STATE_EXITED); return rc == (wxThread::ExitCode)-1 ? wxTHREAD_MISC_ERROR