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:
parent
1f16829c01
commit
00dacea7de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user