From: Robert Roebling Date: Tue, 6 May 2003 08:52:14 +0000 (+0000) Subject: Compilo. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6d18407fa4496343f2913c50b4b043799ca744de Compilo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/threadpsx.cpp b/src/unix/threadpsx.cpp index 1b93fa7f52..a124ad443b 100644 --- a/src/unix/threadpsx.cpp +++ b/src/unix/threadpsx.cpp @@ -1183,7 +1183,7 @@ wxThreadError wxThread::Create(unsigned int WXUNUSED(stackSize)) return wxTHREAD_NO_RESOURCE; } - m_state = STATE_NEW; + m_internal->SetState( STATE_NEW ); return wxTHREAD_NO_ERROR; }