Addition of missing overrides to apptrait.h
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user