diff --git a/SoObjects/Appointments/SOGoCalendarComponent.h b/SoObjects/Appointments/SOGoCalendarComponent.h index 2ef56c68d..fa6569bf4 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.h +++ b/SoObjects/Appointments/SOGoCalendarComponent.h @@ -81,8 +81,7 @@ /* recurrences */ - (iCalRepeatableEntityObject *) lookupOccurence: (NSString *) recID; -- (SOGoComponentOccurence *) - occurence: (iCalRepeatableEntityObject *) component; +- (SOGoComponentOccurence *) occurence: (iCalRepeatableEntityObject *) component; - (iCalRepeatableEntityObject *) newOccurenceWithID: (NSString *) recID; @end