X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/336aecf1c2f69fa10e3271ea94dac7c545bf6300..f2b6dd8c508ddc1ebfee5b7d6e68a44b4e05a50f:/interface/wx/help.h?ds=inline diff --git a/interface/wx/help.h b/interface/wx/help.h index e32617b320..574ee27947 100644 --- a/interface/wx/help.h +++ b/interface/wx/help.h @@ -3,7 +3,7 @@ // Purpose: interface of wxHelpController // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -153,8 +153,8 @@ public: @param newFrameEachTime @true if a new frame is drawn with each invocation. */ - virtual wxFrame* GetFrameParameters(const wxSize* size = NULL, - const wxPoint* pos = NULL, + virtual wxFrame* GetFrameParameters(wxSize* size = NULL, + wxPoint* pos = NULL, bool* newFrameEachTime = NULL); /** @@ -208,10 +208,10 @@ public: virtual bool LoadFile(const wxString& file = wxEmptyString); /** - Overrideable member called when this application's viewer is quit by the user. + Overridable member called when this application's viewer is quit by the user. This does not work for all help controllers. */ - virtual bool OnQuit(); + virtual void OnQuit(); /** If the viewer is running, quits it by disconnecting.