X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d13b34d3f2be575d59747a5926000be7b28a45dc..0b59366faa1b3820dfc4f4ab130000f4e471e405:/interface/wx/help.h diff --git a/interface/wx/help.h b/interface/wx/help.h index 8a3d0e4899..574ee27947 100644 --- a/interface/wx/help.h +++ b/interface/wx/help.h @@ -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); /** @@ -211,7 +211,7 @@ public: 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.