X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d2bad02dbb16e4423965a615431f4e23fa6385d5..3c029873c66cfdc0dcbf52958970273435ba02fc:/include/wx/msw/wince/helpwce.h diff --git a/include/wx/msw/wince/helpwce.h b/include/wx/msw/wince/helpwce.h index 3dad7eda64..e41e27cf1f 100644 --- a/include/wx/msw/wince/helpwce.h +++ b/include/wx/msw/wince/helpwce.h @@ -19,7 +19,7 @@ class WXDLLEXPORT 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)