From: helge Date: Fri, 15 Jul 2005 00:13:01 +0000 (+0000) Subject: fixed a Cocoa warning X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d18fdbafdad7ba332eaeacabdd9fc98c9869cc5;p=scalable-opengroupware.org fixed a Cocoa warning git-svn-id: http://svn.opengroupware.org/SOGo/trunk@768 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Scheduler/ChangeLog b/SOGo/UI/Scheduler/ChangeLog index b92e6e54..7fdc6753 100644 --- a/SOGo/UI/Scheduler/ChangeLog +++ b/SOGo/UI/Scheduler/ChangeLog @@ -1,3 +1,7 @@ +2005-07-15 Helge Hess + + * UIxAppointmentView.h: fixed a Cocoa warning (v0.9.134) + 2005-07-14 Marcus Mueller * v0.9.133 diff --git a/SOGo/UI/Scheduler/UIxAppointmentView.h b/SOGo/UI/Scheduler/UIxAppointmentView.h index 7e5483d2..712a8c94 100644 --- a/SOGo/UI/Scheduler/UIxAppointmentView.h +++ b/SOGo/UI/Scheduler/UIxAppointmentView.h @@ -5,7 +5,9 @@ #include -@class SOGoDateFormatter, NSCalendarDate; +@class NSCalendarDate; +@class SOGoAppointment; +@class SOGoDateFormatter; @interface UIxAppointmentView : UIxComponent { @@ -15,7 +17,7 @@ id item; } -- (id)appointment; +- (SOGoAppointment *)appointment; /* permissions */ - (BOOL)canAccessApt; diff --git a/SOGo/UI/Scheduler/Version b/SOGo/UI/Scheduler/Version index 6e9de41a..21ae0daf 100644 --- a/SOGo/UI/Scheduler/Version +++ b/SOGo/UI/Scheduler/Version @@ -1,6 +1,6 @@ # Version file -SUBMINOR_VERSION:=133 +SUBMINOR_VERSION:=134 # v0.9.123 requires Appointments v0.9.35 # v0.9.123 requires SOGoUI v0.9.24