X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/29ea4a290850e9ae79c258774fa22153a951ff7f..480b3580638bdc574a8f98605557c6d552fa7689:/include/wx/generic/helpwxht.h diff --git a/include/wx/generic/helpwxht.h b/include/wx/generic/helpwxht.h index 18c765afae..62d3da59aa 100644 --- a/include/wx/generic/helpwxht.h +++ b/include/wx/generic/helpwxht.h @@ -6,8 +6,8 @@ * $Id$ *******************************************************************/ -#ifndef __WX_HELPWXHT_H_ -#define __WX_HELPWXHT_H_ +#ifndef _WX_HELPWXHT_H_ +#define _WX_HELPWXHT_H_ #if wxUSE_HELP #if wxUSE_HTML @@ -51,14 +51,14 @@ DECLARE_CLASS(wxHelpControllerHtml) const wxPoint &pos = wxDefaultPosition, bool newFrameEachTime = FALSE); /// Obtains the latest settings used by the help frame. - virtual void GetFrameParameters(wxSize *size = NULL, - wxPoint *pos = NULL, - bool *newFrameEachTime = NULL); + virtual wxFrame * GetFrameParameters(wxSize *size = NULL, + wxPoint *pos = NULL, + bool *newFrameEachTime = NULL); private: /// Call the browser using a relative URL. - virtual bool DisplayHelp(wxString const &); + virtual bool DisplayHelp(const wxString &); protected: friend class wxHelpFrame; class wxHelpFrame *m_Frame; @@ -72,4 +72,4 @@ protected: #endif // wxUSE_HELP #endif // wxUSE_HTML -#endif // __WX_HELPEXT_H_ +#endif // _WX_HELPWXHT_H_