X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52326d0eacebfa079a45491e15e9f5af9d514b97..9739d9ee8090965862ba623b09a8fba731dc3d5c:/include/wx/generic/helpxlp.h diff --git a/include/wx/generic/helpxlp.h b/include/wx/generic/helpxlp.h index d541e543ee..823b5b936f 100644 --- a/include/wx/generic/helpxlp.h +++ b/include/wx/generic/helpxlp.h @@ -117,6 +117,8 @@ class WXDLLEXPORT wxXLPHelpController: public wxHelpControllerBase bool helpRunning; wxXLPHelpConnection* helpConnection; wxXLPHelpClient helpClient; +private: + virtual bool Initialize(const wxString& file) { return(wxHelpControllerBase::Initialize(file)); }; }; #endif // wxUSE_HELP