]> err.no Git - scalable-opengroupware.org/commitdiff
fixed a Cocoa warning
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 15 Jul 2005 00:13:01 +0000 (00:13 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Fri, 15 Jul 2005 00:13:01 +0000 (00:13 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@768 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Scheduler/ChangeLog
SOGo/UI/Scheduler/UIxAppointmentView.h
SOGo/UI/Scheduler/Version

index b92e6e54e2f368096c1b9ee0b163643ba6458153..7fdc6753ca923a3220e14ab88650f87bd4eadef4 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
+
+       * UIxAppointmentView.h: fixed a Cocoa warning (v0.9.134)
+
 2005-07-14  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * v0.9.133
index 7e5483d22f0a3c458008af9f665c91426976285a..712a8c948c7a757a5e37560c6da9a10c357cc034 100644 (file)
@@ -5,7 +5,9 @@
 
 #include <SOGoUI/UIxComponent.h>
 
-@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;
index 6e9de41a0f54ee3ac78ef53f49ef9ba04ff5c10c..21ae0daff0b47f4966c9f3ea9aaa5bae27adbd66 100644 (file)
@@ -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