X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..7bd30a12ade503fd135c686ecc98a6f6d5fecbeb:/include/wx/msw/helpwin.h?ds=inline diff --git a/include/wx/msw/helpwin.h b/include/wx/msw/helpwin.h index 5af4f824e0..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: @@ -20,7 +20,7 @@ class WXDLLIMPEXP_CORE wxWinHelpController: public wxHelpControllerBase { - DECLARE_CLASS(wxWinHelpController) + DECLARE_DYNAMIC_CLASS(wxWinHelpController) public: wxWinHelpController(wxWindow* parentWindow = NULL): wxHelpControllerBase(parentWindow) {}