X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ba80ec7ff939780e7103d0beee429db9ddb4430..abb69c6c82d61cf18f14270650a68896a3d8ed47:/include/wx/generic/helpwxht.h diff --git a/include/wx/generic/helpwxht.h b/include/wx/generic/helpwxht.h index 9f1f8f9fca..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 @@ -58,7 +58,7 @@ DECLARE_CLASS(wxHelpControllerHtml) 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_