X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/59af881e445d3343b0ab5ed24f92d21a524c5a9f..0c5405b727fc4a1ff66c1ded7e2a2da54d0d3718:/include/wx/msw/helpwin.h?ds=sidebyside diff --git a/include/wx/msw/helpwin.h b/include/wx/msw/helpwin.h index 3d2e609b7d..2bb0716395 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) {} + ~wxWinHelpController() {} // Must call this to set the filename virtual bool Initialize(const wxString& file);