diff --git a/src/osx/cocoa/notifmsg.mm b/src/osx/cocoa/notifmsg.mm index 1a3b0da951..2d048f4826 100644 --- a/src/osx/cocoa/notifmsg.mm +++ b/src/osx/cocoa/notifmsg.mm @@ -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;