]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/help.h
Better documentation for the default parameters values.
[wxWidgets.git] / interface / wx / help.h
index 8a3d0e4899ccef832dbe9a7cdc9ad640e5e6666a..574ee279478710ae5b7319be7714a729004b172e 100644 (file)
@@ -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.