From ebefb30e51f21f506541c0e3aa884f12a41a40b8 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 27 Oct 2005 21:00:26 +0000 Subject: [PATCH] Sorry, forgot default value git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/wince/helpwce.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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) -- 2.45.2