X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f20275d9c54300a403a85a9a6afd42e5e1e9f31c..ca6911c361b04290fe1f0e64b616249b3b3d71ba:/include/wx/msw/wince/helpwce.h?ds=inline diff --git a/include/wx/msw/wince/helpwce.h b/include/wx/msw/wince/helpwce.h index 82e29f1a95..9923e515c0 100644 --- a/include/wx/msw/wince/helpwce.h +++ b/include/wx/msw/wince/helpwce.h @@ -1,29 +1,25 @@ ///////////////////////////////////////////////////////////////////////////// -// 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 +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_HELPWCE_H_ #define _WX_HELPWCE_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "helpwce.cpp" -#endif - #if wxUSE_HELP #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 @@ -50,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) @@ -60,4 +56,3 @@ protected: #endif // _WX_HELPWCE_H_ -