declare member override to ensure virtual overload
This commit is contained in:
committed by
Vadim Zeitlin
parent
169d61edb7
commit
7338f32dfd
@@ -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):
|
||||
|
Reference in New Issue
Block a user