use wxOVERRIDE in wxMSW sources
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
||||
// Create a DC corresponding to the whole window
|
||||
wxWindowDCImpl( wxDC *owner, wxWindow *win );
|
||||
|
||||
virtual void DoGetSize(int *width, int *height) const;
|
||||
virtual void DoGetSize(int *width, int *height) const wxOVERRIDE;
|
||||
|
||||
protected:
|
||||
// initialize the newly created DC
|
||||
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
virtual ~wxClientDCImpl();
|
||||
|
||||
virtual void DoGetSize(int *width, int *height) const;
|
||||
virtual void DoGetSize(int *width, int *height) const wxOVERRIDE;
|
||||
|
||||
protected:
|
||||
void InitDC();
|
||||
|
Reference in New Issue
Block a user