diff --git a/src/gtk/notifmsg.cpp b/src/gtk/notifmsg.cpp index 1750521b06..095c21465a 100644 --- a/src/gtk/notifmsg.cpp +++ b/src/gtk/notifmsg.cpp @@ -288,7 +288,7 @@ public: CreateOrUpdateNotification(); } - virtual bool AddAction(wxWindowID actionid, const wxString &label) + virtual bool AddAction(wxWindowID actionid, const wxString &label) wxOVERRIDE { if ( !CreateOrUpdateNotification() ) return false;