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:
committed by
Vadim Zeitlin
parent
1c8e5a10ac
commit
4b9712582c
@@ -1076,7 +1076,7 @@ public:
|
|||||||
See @ref thread_deletion for a broader explanation of this routine.
|
See @ref thread_deletion for a broader explanation of this routine.
|
||||||
*/
|
*/
|
||||||
wxThreadError Delete(ExitCode *rc = NULL,
|
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.
|
Returns the number of system CPUs or -1 if the value is unknown.
|
||||||
|
Reference in New Issue
Block a user