X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..dd021ce2bd29a7e1d19b80995cd700828d5367c3:/include/wx/msw/helpwin.h diff --git a/include/wx/msw/helpwin.h b/include/wx/msw/helpwin.h index d5f1a2626d..5af4f824e0 100644 --- a/include/wx/msw/helpwin.h +++ b/include/wx/msw/helpwin.h @@ -18,13 +18,13 @@ #include "wx/helpbase.h" -class WXDLLEXPORT wxWinHelpController: public wxHelpControllerBase +class WXDLLIMPEXP_CORE wxWinHelpController: public wxHelpControllerBase { DECLARE_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);