use wxOVERRIDE in wxMSW sources
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
wxScreenDCImpl( wxScreenDC *owner );
|
||||
|
||||
// Return the size of the whole virtual screen (all monitors)
|
||||
virtual void DoGetSize(int *w, int *h) const;
|
||||
virtual void DoGetSize(int *w, int *h) const wxOVERRIDE;
|
||||
|
||||
wxDECLARE_CLASS(wxScreenDCImpl);
|
||||
wxDECLARE_NO_COPY_CLASS(wxScreenDCImpl);
|
||||
|
Reference in New Issue
Block a user