Addition of overrides in colrdlgg.h ad fontdlgg.h
This commit is contained in:
parent
44715066da
commit
6802052efb
@ -38,7 +38,7 @@ public:
|
||||
|
||||
wxColourData &GetColourData() { return m_colourData; }
|
||||
|
||||
virtual int ShowModal();
|
||||
virtual int ShowModal() wxOVERRIDE;
|
||||
|
||||
// Internal functions
|
||||
void OnMouseEvent(wxMouseEvent& event);
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user