]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/process.tex
somehow commit did not work
[wxWidgets.git] / docs / latex / wx / process.tex
index d0d62a6b52bbf8c3c2a2232e85a95e729053303a..b81f34821cc41c102c5ee096b3059efd407339b1 100644 (file)
@@ -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.