Correct wxThread::Delete() default parameter documentation.
It is actually wxTHREAD_WAIT_DEFAULT and not always wxTHREAD_WAIT_BLOCK. Closes https://github.com/wxWidgets/wxWidgets/pull/107
This commit is contained in:
parent
b642747fd2
commit
5ba2943d1c
1 changed files with 1 additions and 1 deletions
|
|
@ -1076,7 +1076,7 @@ public:
|
|||
See @ref thread_deletion for a broader explanation of this routine.
|
||||
*/
|
||||
wxThreadError Delete(ExitCode *rc = NULL,
|
||||
wxThreadWait waitMode = wxTHREAD_WAIT_BLOCK);
|
||||
wxThreadWait waitMode = wxTHREAD_WAIT_DEFAULT);
|
||||
|
||||
/**
|
||||
Returns the number of system CPUs or -1 if the value is unknown.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue