X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3db5226517a63bcdc983e638f1a312764fe1312f..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/msw/wince/helpwce.h?ds=sidebyside diff --git a/include/wx/msw/wince/helpwce.h b/include/wx/msw/wince/helpwce.h index 735a6cbc1d..20cd4e405c 100644 --- a/include/wx/msw/wince/helpwce.h +++ b/include/wx/msw/wince/helpwce.h @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: helpwce.h +// Name: wx/msw/wince/helpwce.h // Purpose: Help system: Windows CE help implementation // Author: Julian Smart // Modified by: // Created: 2003-07-12 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -16,10 +15,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 @@ -46,7 +45,7 @@ protected: // View topic, or just the HTML file bool ViewURL(const wxString& topic = wxEmptyString); -protected: +private: wxString m_helpFile; DECLARE_CLASS(wxWinceHelpController) @@ -56,4 +55,3 @@ protected: #endif // _WX_HELPWCE_H_ -