]> git.saurik.com Git - wxWidgets.git/commitdiff
wxProcess::OnTerminate is not const
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 16 Oct 2004 19:43:52 +0000 (19:43 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 16 Oct 2004 19:43:52 +0000 (19:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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}
 
 
 \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.
 
 It is called when the process with the pid {\it pid} finishes.
 It raises a wxWidgets event when it isn't overridden.