Add more wxOVERRIDE
This commit is contained in:
committed by
Vadim Zeitlin
parent
455a45f5a8
commit
7c1ab06ea5
@@ -56,7 +56,7 @@ private:
|
||||
}
|
||||
|
||||
protected:
|
||||
virtual wxSize DoGetBestSize() const { return wxSize(50, 250); }
|
||||
virtual wxSize DoGetBestSize() const wxOVERRIDE { return wxSize(50, 250); }
|
||||
};
|
||||
|
||||
wxWindow *m_win;
|
||||
|
Reference in New Issue
Block a user