X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3db5226517a63bcdc983e638f1a312764fe1312f..1f0acb435592470b421b80df854fbbb08cd2853f:/include/wx/msw/helpwin.h?ds=inline diff --git a/include/wx/msw/helpwin.h b/include/wx/msw/helpwin.h index 2bb0716395..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(wxWindow* parentWindow = NULL): wxHelpControllerBase(parentWindow) {} - ~wxWinHelpController() {} + virtual ~wxWinHelpController() {} // Must call this to set the filename virtual bool Initialize(const wxString& file);