X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40ec64aec28cc221635175a307d9e758cc647f6f..8cd8a7feb72a8f45d5cb4d5f51fca7e73291d2b5:/interface/thread.h diff --git a/interface/thread.h b/interface/thread.h index c7eca68d19..5f07abb5ed 100644 --- a/interface/thread.h +++ b/interface/thread.h @@ -593,8 +593,8 @@ public: /** Pauses the thread execution for the given amount of time. - This function should be used instead of wxSleep() by all worker - threads (i.e. all except the main one). + + This is the same as wxMilliSleep(). */ static void Sleep(unsigned long milliseconds);