X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2bad02dbb16e4423965a615431f4e23fa6385d5..dd021ce2bd29a7e1d19b80995cd700828d5367c3:/include/wx/msw/wince/helpwce.h diff --git a/include/wx/msw/wince/helpwce.h b/include/wx/msw/wince/helpwce.h index 3dad7eda64..9923e515c0 100644 --- a/include/wx/msw/wince/helpwce.h +++ b/include/wx/msw/wince/helpwce.h @@ -16,10 +16,10 @@ #include "wx/helpbase.h" -class WXDLLEXPORT wxWinceHelpController : public wxHelpControllerBase +class WXDLLIMPEXP_CORE wxWinceHelpController : public wxHelpControllerBase { public: - wxWinceHelpController(wxWindow* parentWindow): wxHelpControllerBase(parentWindow) {} + wxWinceHelpController(wxWindow* parentWindow = NULL): wxHelpControllerBase(parentWindow) {} virtual ~wxWinceHelpController() {} // Must call this to set the filename @@ -47,10 +47,6 @@ protected: bool ViewURL(const wxString& topic = wxEmptyString); private: - // eVC4 needs default constructor, otherwise error C2512 - // but make it hidden - wxWinceHelpController(): wxHelpControllerBase(NULL) {} - wxString m_helpFile; DECLARE_CLASS(wxWinceHelpController)