git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36025
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/////////////////////////////////////////////////////////////////////////////
-// Name: helpwce.h
+// Name: wx/msw/wince/helpwce.h
// Purpose: Help system: Windows CE help implementation
// Author: Julian Smart
// Modified by:
// View topic, or just the HTML file
bool ViewURL(const wxString& topic = wxEmptyString);
-protected:
+private:
+ // eVC4 needs default constructor, otherwise error C2512
+ // but make it hidden
+ wxWinceHelpController(): wxHelpControllerBase(NULL) {}
+
wxString m_helpFile;
DECLARE_CLASS(wxWinceHelpController)
#endif
// _WX_HELPWCE_H_
-