]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/threadpsx.cpp
Corrected (maybe) the object.h token syntax; corrected typo in makefile.g95
[wxWidgets.git] / src / unix / threadpsx.cpp
index ccec6bbc2ef08c6c4885356e6819931f266acf1f..14edbfc078eda8438069adf7cae8ceca650bd00b 100644 (file)
@@ -938,7 +938,7 @@ wxThread::wxThread(wxThreadKind kind)
     m_isDetached = kind == wxTHREAD_DETACHED;
 }
 
-wxThreadError wxThread::Create()
+wxThreadError wxThread::Create(unsigned int WXUNUSED(stackSize))
 {
     if ( m_internal->GetState() != STATE_NEW )
     {