compilation fix when c++2011 is enabled

This commit is contained in:
Marianne Gagnon 2014-05-31 19:47:32 -04:00
parent 2877cedd1c
commit aff3b32bc6

View File

@ -42,7 +42,7 @@ class TracksScreen : public GUIEngine::Screen,
public:
/** \brief implement callback from parent class GUIEngine::Screen */
virtual void loadedFromFile() {} OVERRIDE;
virtual void loadedFromFile() OVERRIDE {};
/** \brief implement callback from parent class GUIEngine::Screen */
virtual void eventCallback(GUIEngine::Widget* widget,