X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..92b4653a62298a667f1725e7ea90418ae4743e04:/include/wx/msw/wince/helpwce.h diff --git a/include/wx/msw/wince/helpwce.h b/include/wx/msw/wince/helpwce.h index c8fb31a2e3..9923e515c0 100644 --- a/include/wx/msw/wince/helpwce.h +++ b/include/wx/msw/wince/helpwce.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: helpwce.h +// Name: wx/msw/wince/helpwce.h // Purpose: Help system: Windows CE help implementation // Author: Julian Smart // Modified by: @@ -16,10 +16,10 @@ #include "wx/helpbase.h" -class WXDLLEXPORT wxWinceHelpController : public wxHelpControllerBase +class WXDLLIMPEXP_CORE wxWinceHelpController : public wxHelpControllerBase { public: - wxWinceHelpController() {} + wxWinceHelpController(wxWindow* parentWindow = NULL): wxHelpControllerBase(parentWindow) {} virtual ~wxWinceHelpController() {} // Must call this to set the filename @@ -46,7 +46,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 +56,3 @@ protected: #endif // _WX_HELPWCE_H_ -