X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..7bd30a12ade503fd135c686ecc98a6f6d5fecbeb:/include/wx/msw/helpwin.h?ds=sidebyside diff --git a/include/wx/msw/helpwin.h b/include/wx/msw/helpwin.h index d5f1a2626d..871ef5e324 100644 --- a/include/wx/msw/helpwin.h +++ b/include/wx/msw/helpwin.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: helpwin.h +// Name: wx/msw/helpwin.h // Purpose: Help system: WinHelp implementation // Author: Julian Smart // Modified by: @@ -18,13 +18,13 @@ #include "wx/helpbase.h" -class WXDLLEXPORT wxWinHelpController: public wxHelpControllerBase +class WXDLLIMPEXP_CORE wxWinHelpController: public wxHelpControllerBase { - DECLARE_CLASS(wxWinHelpController) + DECLARE_DYNAMIC_CLASS(wxWinHelpController) public: - wxWinHelpController() {} - ~wxWinHelpController() {} + wxWinHelpController(wxWindow* parentWindow = NULL): wxHelpControllerBase(parentWindow) {} + virtual ~wxWinHelpController() {} // Must call this to set the filename virtual bool Initialize(const wxString& file);