Initialize() returns bool, not void

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-01-04 00:06:13 +00:00
parent bcb3a16447
commit b10ca83467

View File

@ -90,9 +90,9 @@ Destroys the help instance, closing down the viewer if it is running.
\membersection{wxHelpController::Initialize}\label{wxhelpcontrollerinitialize}
\func{virtual void}{Initialize}{\param{const wxString\& }{file}}
\func{virtual bool}{Initialize}{\param{const wxString\& }{file}}
\func{virtual void}{Initialize}{\param{const wxString\& }{file}, \param{int}{ server}}
\func{virtual bool}{Initialize}{\param{const wxString\& }{file}, \param{int}{ server}}
Initializes the help instance with a help filename, and optionally a server socket
number if using wxHelp (now obsolete). Does not invoke the help viewer.