/////////////////////////////////////////////////////////////////////////////
-// Name: helpwce.h
+// Name: wx/msw/wince/helpwce.h
// Purpose: Help system: Windows CE help implementation
// Author: Julian Smart
// Modified by:
#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
// View topic, or just the HTML file
bool ViewURL(const wxString& topic = wxEmptyString);
-protected:
+private:
wxString m_helpFile;
DECLARE_CLASS(wxWinceHelpController)
#endif
// _WX_HELPWCE_H_
-