X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..30d54e2732fe66d65c76b65a092b52e712d7abb8:/include/wx/msw/helpwin.h diff --git a/include/wx/msw/helpwin.h b/include/wx/msw/helpwin.h index d5f1a2626d..24321b4166 100644 --- a/include/wx/msw/helpwin.h +++ b/include/wx/msw/helpwin.h @@ -23,8 +23,8 @@ class WXDLLEXPORT 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);