diff --git a/SoObjects/Appointments/SOGoCalendarComponent.h b/SoObjects/Appointments/SOGoCalendarComponent.h index ebffdb7b0..25b381582 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.h +++ b/SoObjects/Appointments/SOGoCalendarComponent.h @@ -79,7 +79,7 @@ - (void) sendReceiptEmailForObject: (iCalRepeatableEntityObject *) object addedAttendees: (NSArray *) theAddedAttendees deletedAttendees: (NSArray *) theDeletedAttendees - updatedAttendees: (NSArray *) theUpdatedAttendees; + updatedAttendees: (NSArray *) theUpdatedAttendees operation: (SOGoEventOperation) theOperation; - (iCalPerson *) findParticipantWithUID: (NSString *) uid;