Update SOGoCalendarComponent.m

This commit is contained in:
ethoms 2015-11-04 08:18:23 +08:00
parent 0b4c355c2c
commit 0cb1504f2c

View file

@ -142,8 +142,9 @@
- (NSException *) changeParticipationStatus: (NSString *) newPartStat - (NSException *) changeParticipationStatus: (NSString *) newPartStat
withDelegate: (iCalPerson *) delegate withDelegate: (iCalPerson *) delegate
alarm: (iCalAlarm *) alarm; alarm: (iCalAlarm *) alarm
{ {
// Required for protocol <SOGoComponentOccurence>
return nil; return nil;
} }