diff --git a/SoObjects/Appointments/SOGoCalendarComponent.m b/SoObjects/Appointments/SOGoCalendarComponent.m index 40f29e1a1..adb0cc801 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -68,15 +68,17 @@ /* raw saving */ -- (NSException *)primarySaveContentString:(NSString *)_iCalString { +- (NSException *) primarySaveContentString: (NSString *) _iCalString +{ return [super saveContentString:_iCalString]; } -- (NSException *)primaryDelete { +- (NSException *) primaryDelete +{ return [super delete]; } -- (NSException *)deleteWithBaseSequence: (int) a +- (NSException *) deleteWithBaseSequence: (int) a { [self subclassResponsibility: _cmd];