Sorry, forgot default value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
class WXDLLEXPORT wxWinceHelpController : public wxHelpControllerBase
|
class WXDLLEXPORT wxWinceHelpController : public wxHelpControllerBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
wxWinceHelpController(wxWindow* parentWindow): wxHelpControllerBase(parentWindow) {}
|
wxWinceHelpController(wxWindow* parentWindow = NULL): wxHelpControllerBase(parentWindow) {}
|
||||||
virtual ~wxWinceHelpController() {}
|
virtual ~wxWinceHelpController() {}
|
||||||
|
|
||||||
// Must call this to set the filename
|
// Must call this to set the filename
|
||||||
@@ -47,10 +47,6 @@ protected:
|
|||||||
bool ViewURL(const wxString& topic = wxEmptyString);
|
bool ViewURL(const wxString& topic = wxEmptyString);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// eVC4 needs default constructor, otherwise error C2512
|
|
||||||
// but make it hidden
|
|
||||||
wxWinceHelpController(): wxHelpControllerBase(NULL) {}
|
|
||||||
|
|
||||||
wxString m_helpFile;
|
wxString m_helpFile;
|
||||||
|
|
||||||
DECLARE_CLASS(wxWinceHelpController)
|
DECLARE_CLASS(wxWinceHelpController)
|
||||||
|
Reference in New Issue
Block a user