Addition of overrides in colrdlgg.h ad fontdlgg.h

This commit is contained in:
Hartwig 2015-11-22 10:13:27 +01:00
parent 44715066da
commit 6802052efb
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ public:
wxColourData &GetColourData() { return m_colourData; }
virtual int ShowModal();
virtual int ShowModal() wxOVERRIDE;
// Internal functions
void OnMouseEvent(wxMouseEvent& event);

View File

@ -45,7 +45,7 @@ public:
: wxFontDialogBase(parent, data) { Init(); }
virtual ~wxGenericFontDialog();
virtual int ShowModal();
virtual int ShowModal() wxOVERRIDE;
// Internal functions
void OnCloseWindow(wxCloseEvent& event);
@ -61,7 +61,7 @@ public:
protected:
virtual bool DoCreate(wxWindow *parent);
virtual bool DoCreate(wxWindow *parent) wxOVERRIDE;
private: