Add missing wxOVERRIDE to OS X wxNotificationMessage::AddAction()
Thanks clang for a -Winconsistent-missing-override warning.
This commit is contained in:
parent
1d5694429f
commit
cd57de43dd
@ -126,7 +126,7 @@ public:
|
||||
#endif
|
||||
}
|
||||
|
||||
virtual bool AddAction(wxWindowID actionid, const wxString &label)
|
||||
virtual bool AddAction(wxWindowID actionid, const wxString &label) wxOVERRIDE
|
||||
{
|
||||
if (m_actions.size() >= 1) // Currently only 1 actions are supported
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user