X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c4a59a881c4b58111b104fb18597009c6b55fec..91a64dfd31f2b144260556755a2d52ecbbb0a85f:/include/wx/generic/helpwxht.h?ds=sidebyside diff --git a/include/wx/generic/helpwxht.h b/include/wx/generic/helpwxht.h index 449c20f085..62d3da59aa 100644 --- a/include/wx/generic/helpwxht.h +++ b/include/wx/generic/helpwxht.h @@ -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;