Add missing wxOVERRIDE to OS X wxNotificationMessage::AddAction()
Thanks clang for a -Winconsistent-missing-override warning.
This commit is contained in:
@@ -126,7 +126,7 @@ public:
|
|||||||
#endif
|
#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
|
if (m_actions.size() >= 1) // Currently only 1 actions are supported
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user