Addition of missing overrides to apptrait.h

This commit is contained in:
Hartwig
2015-11-22 09:28:33 +01:00
parent e64489d5be
commit 74a1ec3ead

View File

@@ -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