From 7110f4ad4f4a5f40bf673479309c694780c82910 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 3 Jun 2009 21:02:30 +0000 Subject: [PATCH] Monotone-Parent: 190df89fa79fdae30c7fc8674c58058aa79da666 Monotone-Revision: eeb0705e6da33070adbdcd844a5c1eef16561cac Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-06-03T21:02:30 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoCalendarComponent.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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