From 74a1ec3ead95d3504ce3d9c74859fa8f08f13881 Mon Sep 17 00:00:00 2001 From: Hartwig Date: Sun, 22 Nov 2015 09:28:33 +0100 Subject: [PATCH] Addition of missing overrides to apptrait.h --- include/wx/unix/apptrait.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/unix/apptrait.h b/include/wx/unix/apptrait.h index a79c6891b3..509007c51b 100644 --- a/include/wx/unix/apptrait.h +++ b/include/wx/unix/apptrait.h @@ -59,7 +59,7 @@ public: #endif #if defined(__WXMAC__) && wxUSE_STDPATHS - virtual wxStandardPaths& GetStandardPaths(); + virtual wxStandardPaths& GetStandardPaths() wxOVERRIDE; #endif virtual wxPortId GetToolkitVersion(int *majVer = NULL, int *minVer = NULL) const wxOVERRIDE; @@ -76,7 +76,7 @@ public: #if wxUSE_SOCKETS #ifdef wxHAS_GUI_SOCKET_MANAGER - virtual wxSocketManager *GetSocketManager(); + virtual wxSocketManager *GetSocketManager() wxOVERRIDE; #endif #ifdef wxHAS_GUI_FDIOMANAGER