From: Václav Slavík Date: Sat, 16 Oct 2004 19:43:52 +0000 (+0000) Subject: wxProcess::OnTerminate is not const X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6d98ee990e1c8ee3bc5f347b3317b204aa1461c4 wxProcess::OnTerminate is not const git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/process.tex b/docs/latex/wx/process.tex index d0d62a6b52..b81f34821c 100644 --- a/docs/latex/wx/process.tex +++ b/docs/latex/wx/process.tex @@ -217,7 +217,7 @@ Returns {\tt true} if the given process exists in the system. \membersection{wxProcess::OnTerminate}\label{wxprocessonterminate} -\constfunc{void}{OnTerminate}{\param{int}{ pid}, \param{int}{ status}} +\func{void}{OnTerminate}{\param{int}{ pid}, \param{int}{ status}} It is called when the process with the pid {\it pid} finishes. It raises a wxWidgets event when it isn't overridden.