From 6d18407fa4496343f2913c50b4b043799ca744de Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Tue, 6 May 2003 08:52:14 +0000 Subject: [PATCH] Compilo. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/threadpsx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.2