diff --git a/src/qt/frame.cpp b/src/qt/frame.cpp index 3f33119c4a..34572ba3df 100644 --- a/src/qt/frame.cpp +++ b/src/qt/frame.cpp @@ -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):