Corrected typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a61bbf8767
commit
a430d03e5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user