From 6d98ee990e1c8ee3bc5f347b3317b204aa1461c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 16 Oct 2004 19:43:52 +0000 Subject: [PATCH] wxProcess::OnTerminate is not const git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/process.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.45.2