X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6fb99eb3b7063388672255335abf7a34405f51bf..3c029873c66cfdc0dcbf52958970273435ba02fc:/include/wx/msw/helpwin.h?ds=sidebyside diff --git a/include/wx/msw/helpwin.h b/include/wx/msw/helpwin.h index dfcfcde018..24321b4166 100644 --- a/include/wx/msw/helpwin.h +++ b/include/wx/msw/helpwin.h @@ -12,10 +12,6 @@ #ifndef _WX_HELPWIN_H_ #define _WX_HELPWIN_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "helpwin.h" -#endif - #include "wx/wx.h" #if wxUSE_HELP @@ -27,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);