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:
Cătălin Răceanu
2015-10-04 10:42:39 +03:00
committed by Vadim Zeitlin
parent 1c8e5a10ac
commit 4b9712582c

View File

@@ -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.