Addition of overrides in colrdlgg.h ad fontdlgg.h
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
|||||||
|
|
||||||
wxColourData &GetColourData() { return m_colourData; }
|
wxColourData &GetColourData() { return m_colourData; }
|
||||||
|
|
||||||
virtual int ShowModal();
|
virtual int ShowModal() wxOVERRIDE;
|
||||||
|
|
||||||
// Internal functions
|
// Internal functions
|
||||||
void OnMouseEvent(wxMouseEvent& event);
|
void OnMouseEvent(wxMouseEvent& event);
|
||||||
|
@@ -45,7 +45,7 @@ public:
|
|||||||
: wxFontDialogBase(parent, data) { Init(); }
|
: wxFontDialogBase(parent, data) { Init(); }
|
||||||
virtual ~wxGenericFontDialog();
|
virtual ~wxGenericFontDialog();
|
||||||
|
|
||||||
virtual int ShowModal();
|
virtual int ShowModal() wxOVERRIDE;
|
||||||
|
|
||||||
// Internal functions
|
// Internal functions
|
||||||
void OnCloseWindow(wxCloseEvent& event);
|
void OnCloseWindow(wxCloseEvent& event);
|
||||||
@@ -61,7 +61,7 @@ public:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
virtual bool DoCreate(wxWindow *parent);
|
virtual bool DoCreate(wxWindow *parent) wxOVERRIDE;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user