X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/87b6002d7c48dea4ebd53bbf60996d1a87a0a5c6..bcf576ccfe754a634034203aa133c02fb5d2f964:/docs/latex/wx/thread.tex diff --git a/docs/latex/wx/thread.tex b/docs/latex/wx/thread.tex index 8d16307390..1559443b69 100644 --- a/docs/latex/wx/thread.tex +++ b/docs/latex/wx/thread.tex @@ -62,7 +62,7 @@ The possible values for {\it kind} parameters are: \end{twocollist} -\membersection{wxThread::\destruct{wxThread}} +\membersection{wxThread::\destruct{wxThread}}\label{wxthreaddtor} \func{}{\destruct{wxThread}}{\void} @@ -203,11 +203,10 @@ The following priorities are defined: Returns \true if the thread is alive (i.e. started and not terminating). -Note that this function can only be saely used with joinable threads, not +Note that this function can only safely be used with joinable threads, not detached ones as the latter delete themselves and so when the real thread is -not alive any longer it is not possible to call this function neither because -the wxThread object doesn't exist any more as well. - +no longer alive, it is not possible to call this function because +the wxThread object no longer exists. \membersection{wxThread::IsDetached}\label{wxthreadisdetached}