wxProcess::OnTerminate is not const

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2004-10-16 19:43:52 +00:00
parent 3db7220e05
commit 6d98ee990e

View 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.