From 6802052efb050de731ffc5b3c4b82f11d1a91398 Mon Sep 17 00:00:00 2001 From: Hartwig Date: Sun, 22 Nov 2015 10:13:27 +0100 Subject: [PATCH] Addition of overrides in colrdlgg.h ad fontdlgg.h --- include/wx/generic/colrdlgg.h | 2 +- include/wx/generic/fontdlgg.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wx/generic/colrdlgg.h b/include/wx/generic/colrdlgg.h index 086ce5b25b..b6bfa86143 100644 --- a/include/wx/generic/colrdlgg.h +++ b/include/wx/generic/colrdlgg.h @@ -38,7 +38,7 @@ public: wxColourData &GetColourData() { return m_colourData; } - virtual int ShowModal(); + virtual int ShowModal() wxOVERRIDE; // Internal functions void OnMouseEvent(wxMouseEvent& event); diff --git a/include/wx/generic/fontdlgg.h b/include/wx/generic/fontdlgg.h index 7116be77d9..4d01c899e4 100644 --- a/include/wx/generic/fontdlgg.h +++ b/include/wx/generic/fontdlgg.h @@ -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: