]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/threadpsx.cpp
Warning fix and source cleaning.
[wxWidgets.git] / src / unix / threadpsx.cpp
index 3fdf392751585f76c825444e1387907168a1c8c4..3da088548daaf881646ef59286630d172693e54c 100644 (file)
@@ -10,7 +10,7 @@
 //                  Vadim Zeitlin (1999-2002)
 //                  Robert Roebling (1999)
 //                  K. S. Sreeram (2002)
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -969,7 +969,7 @@ void wxThread::Yield()
 
 void wxThread::Sleep(unsigned long milliseconds)
 {
-    wxUsleep(milliseconds);
+    wxMilliSleep(milliseconds);
 }
 
 int wxThread::GetCPUCount()