declare member override to ensure virtual overload

This commit is contained in:
Sean D'Epagnier
2016-09-12 12:40:02 -04:00
committed by Vadim Zeitlin
parent 169d61edb7
commit 7338f32dfd

View File

@@ -32,7 +32,7 @@ public:
wxQtMainWindow( wxWindow *parent, wxFrame *handler );
private:
virtual bool focusNextPrevChild(bool) { return false; }
virtual bool focusNextPrevChild(bool) wxOVERRIDE { return false; }
};
// Central widget helper (container to show scroll bars and receive events):