Addition of missing overrides to apptrait.h
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__WXMAC__) && wxUSE_STDPATHS
|
#if defined(__WXMAC__) && wxUSE_STDPATHS
|
||||||
virtual wxStandardPaths& GetStandardPaths();
|
virtual wxStandardPaths& GetStandardPaths() wxOVERRIDE;
|
||||||
#endif
|
#endif
|
||||||
virtual wxPortId GetToolkitVersion(int *majVer = NULL, int *minVer = NULL) const wxOVERRIDE;
|
virtual wxPortId GetToolkitVersion(int *majVer = NULL, int *minVer = NULL) const wxOVERRIDE;
|
||||||
|
|
||||||
@@ -76,7 +76,7 @@ public:
|
|||||||
#if wxUSE_SOCKETS
|
#if wxUSE_SOCKETS
|
||||||
|
|
||||||
#ifdef wxHAS_GUI_SOCKET_MANAGER
|
#ifdef wxHAS_GUI_SOCKET_MANAGER
|
||||||
virtual wxSocketManager *GetSocketManager();
|
virtual wxSocketManager *GetSocketManager() wxOVERRIDE;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef wxHAS_GUI_FDIOMANAGER
|
#ifdef wxHAS_GUI_FDIOMANAGER
|
||||||
|
Reference in New Issue
Block a user