]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilo.
authorRobert Roebling <robert@roebling.de>
Tue, 6 May 2003 08:52:14 +0000 (08:52 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 6 May 2003 08:52:14 +0000 (08:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/unix/threadpsx.cpp

index 1b93fa7f5216f5555574a6fe7bd3f53aac19b664..a124ad443b4fba6549d69f83abe9ca7402aebe4f 100644 (file)
@@ -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;
 }