git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36026
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
class WXDLLEXPORT wxWinceHelpController : public wxHelpControllerBase
{
public:
class WXDLLEXPORT wxWinceHelpController : public wxHelpControllerBase
{
public:
- wxWinceHelpController(wxWindow* parentWindow): wxHelpControllerBase(parentWindow) {}
+ wxWinceHelpController(wxWindow* parentWindow = NULL): wxHelpControllerBase(parentWindow) {}
virtual ~wxWinceHelpController() {}
// Must call this to set the filename
virtual ~wxWinceHelpController() {}
// Must call this to set the filename
bool ViewURL(const wxString& topic = wxEmptyString);
private:
bool ViewURL(const wxString& topic = wxEmptyString);
private:
- // eVC4 needs default constructor, otherwise error C2512
- // but make it hidden
- wxWinceHelpController(): wxHelpControllerBase(NULL) {}
-
wxString m_helpFile;
DECLARE_CLASS(wxWinceHelpController)
wxString m_helpFile;
DECLARE_CLASS(wxWinceHelpController)