mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-05 11:35:26 +00:00
fixed missing declaration update
Monotone-Parent: 11acebc5a76969e7e9f712ff0325cb10e3171669 Monotone-Revision: 7fb9c9db1f708e5ebd59004e2cd37cf85e5d94d6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-13T20:35:02
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user