diff --git a/SoObjects/Appointments/SOGoCalendarComponent.m b/SoObjects/Appointments/SOGoCalendarComponent.m index 94ce2e383..d2df0755f 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -142,8 +142,9 @@ - (NSException *) changeParticipationStatus: (NSString *) newPartStat withDelegate: (iCalPerson *) delegate - alarm: (iCalAlarm *) alarm; + alarm: (iCalAlarm *) alarm { + // Required for protocol return nil; }