add missing wxOVERRIDE

This commit is contained in:
Paul Cornett
2016-02-18 23:31:20 -08:00
parent 3bb98963fa
commit becb7864f7

View File

@@ -288,7 +288,7 @@ public:
CreateOrUpdateNotification(); CreateOrUpdateNotification();
} }
virtual bool AddAction(wxWindowID actionid, const wxString &label) virtual bool AddAction(wxWindowID actionid, const wxString &label) wxOVERRIDE
{ {
if ( !CreateOrUpdateNotification() ) if ( !CreateOrUpdateNotification() )
return false; return false;