use wxOVERRIDE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -46,13 +46,13 @@ public:
|
||||
virtual ~wxWizard();
|
||||
|
||||
// implement base class pure virtuals
|
||||
virtual bool RunWizard(wxWizardPage *firstPage);
|
||||
virtual wxWizardPage *GetCurrentPage() const;
|
||||
virtual void SetPageSize(const wxSize& size);
|
||||
virtual wxSize GetPageSize() const;
|
||||
virtual void FitToPage(const wxWizardPage *firstPage);
|
||||
virtual wxSizer *GetPageAreaSizer() const;
|
||||
virtual void SetBorder(int border);
|
||||
virtual bool RunWizard(wxWizardPage *firstPage) wxOVERRIDE;
|
||||
virtual wxWizardPage *GetCurrentPage() const wxOVERRIDE;
|
||||
virtual void SetPageSize(const wxSize& size) wxOVERRIDE;
|
||||
virtual wxSize GetPageSize() const wxOVERRIDE;
|
||||
virtual void FitToPage(const wxWizardPage *firstPage) wxOVERRIDE;
|
||||
virtual wxSizer *GetPageAreaSizer() const wxOVERRIDE;
|
||||
virtual void SetBorder(int border) wxOVERRIDE;
|
||||
|
||||
/// set/get bitmap
|
||||
const wxBitmap& GetBitmap() const { return m_bitmap; }
|
||||
@@ -74,7 +74,7 @@ public:
|
||||
virtual void DoCreateControls();
|
||||
|
||||
// Do the adaptation
|
||||
virtual bool DoLayoutAdaptation();
|
||||
virtual bool DoLayoutAdaptation() wxOVERRIDE;
|
||||
|
||||
// Set/get bitmap background colour
|
||||
void SetBitmapBackgroundColour(const wxColour& colour) { m_bitmapBackgroundColour = colour; }
|
||||
|
Reference in New Issue
Block a user