X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3db5226517a63bcdc983e638f1a312764fe1312f..d9c4ffa89374b337ff6416ef5d9e742c026f11e2:/include/wx/msw/wince/helpwce.h diff --git a/include/wx/msw/wince/helpwce.h b/include/wx/msw/wince/helpwce.h index 735a6cbc1d..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(wxWindow* parentWindow): wxHelpControllerBase(parentWindow) {} + 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_ -