no real changes, just added 2 virtual keywords to (already virtual) functions (significant part of the patch 1881093)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -237,6 +237,7 @@ public: // overrides
|
|||||||
{ return wxEVT_COMMAND_FILEPICKER_CHANGED; }
|
{ return wxEVT_COMMAND_FILEPICKER_CHANGED; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
virtual
|
||||||
wxFileDirPickerWidgetBase *CreatePicker(wxWindow *parent,
|
wxFileDirPickerWidgetBase *CreatePicker(wxWindow *parent,
|
||||||
const wxString& path,
|
const wxString& path,
|
||||||
const wxString& message,
|
const wxString& message,
|
||||||
@@ -332,6 +333,7 @@ public: // overrides
|
|||||||
{ return wxEVT_COMMAND_DIRPICKER_CHANGED; }
|
{ return wxEVT_COMMAND_DIRPICKER_CHANGED; }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
virtual
|
||||||
wxFileDirPickerWidgetBase *CreatePicker(wxWindow *parent,
|
wxFileDirPickerWidgetBase *CreatePicker(wxWindow *parent,
|
||||||
const wxString& path,
|
const wxString& path,
|
||||||
const wxString& message,
|
const wxString& message,
|
||||||
|
Reference in New Issue
Block a user