From d40be7d196ef9379bd897ec9f004106ff7de95c4 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 13 Jul 2012 20:35:02 +0000 Subject: [PATCH] fixed missing declaration update Monotone-Parent: 11acebc5a76969e7e9f712ff0325cb10e3171669 Monotone-Revision: 7fb9c9db1f708e5ebd59004e2cd37cf85e5d94d6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-13T20:35:02 --- SoObjects/Appointments/SOGoCalendarComponent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;