Corrected typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -877,7 +877,7 @@ wxThreadInternal::WaitForTerminate(bool shouldCancel,
|
|||||||
// we don't need the thread handle any more
|
// we don't need the thread handle any more
|
||||||
Free();
|
Free();
|
||||||
|
|
||||||
wxCriticalSectionLocker lock(critsect);
|
wxCriticalSectionLocker lock(cs);
|
||||||
SetState(STATE_EXITED);
|
SetState(STATE_EXITED);
|
||||||
|
|
||||||
return rc == (wxThread::ExitCode)-1 ? wxTHREAD_MISC_ERROR
|
return rc == (wxThread::ExitCode)-1 ? wxTHREAD_MISC_ERROR
|
||||||
|
Reference in New Issue
Block a user