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.