Correct the default value of wxThread::Wait() flags in the documentation.

It is wxTHREAD_WAIT_DEFAULT, which can be/still is different from
wxTHREAD_WAIT_BLOCK.
This commit is contained in:
Vadim Zeitlin 2015-08-02 02:44:41 +02:00
parent 1f16829c01
commit 00dacea7de

View File

@ -1310,7 +1310,7 @@ public:
See @ref thread_deletion for a broader explanation of this routine.
*/
ExitCode Wait(wxThreadWait flags = wxTHREAD_WAIT_BLOCK);
ExitCode Wait(wxThreadWait flags = wxTHREAD_WAIT_DEFAULT);
/**
Give the rest of the thread's time-slice to the system allowing the other