]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/threadpsx.cpp
Corrections to border placement
[wxWidgets.git] / src / unix / threadpsx.cpp
index 38897f3b2824f929f8722d8c7d79c0f26a2922e6..4efe5d56f1245aaad4590b101798353ce7ae0f1a 100644 (file)
@@ -864,7 +864,7 @@ void *wxThreadInternal::PthreadStart(wxThread *thread)
 
         wxTRY
         {
-            pthread->m_exitcode = thread->Entry();
+            pthread->m_exitcode = thread->CallEntry();
 
             wxLogTrace(TRACE_THREADS,
                        wxT("Thread %p Entry() returned %lu."),