Update SOGoCalendarComponent.m

pull/113/head
ethoms 2015-11-04 08:18:23 +08:00
parent 0b4c355c2c
commit 0cb1504f2c
1 changed files with 2 additions and 1 deletions

View File

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