From 5c54f4e9c8713bfdd6fbca6de974bd02c602ec1c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 20 Feb 2012 21:56:42 +0000 Subject: [PATCH] Minor documentation fixes to wxHelpController. Fix the methods signatures to match the real ones. Closes #14007. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/help.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. -- 2.45.2