]> err.no Git - sope/commitdiff
gstep-base compile fix
authorznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 6 Apr 2006 22:51:26 +0000 (22:51 +0000)
committerznek <znek@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 6 Apr 2006 22:51:26 +0000 (22:51 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1246 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-ical/NGiCal/ChangeLog
sope-ical/NGiCal/Version
sope-ical/NGiCal/iCalEntityObject.h

index 82a6137fe415a8fcb663080a3d63172f2847d387..16b1c34b5b67ce764d4e957f0c762df7202de9f1 100644 (file)
@@ -1,3 +1,8 @@
+2006-04-07  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * iCalEntityObject.h: added missing forward declaration for
+         gstep-base compile (v4.5.73)
+
 2006-04-06  Marcus Mueller  <znek@mulle-kybernetik.com>
 
        * v4.5.72
index 020e1921c28df822dddc98328899035b6d08860c..cbb19f9928771c0e350a8bb415d27133075fbdde 100644 (file)
@@ -2,7 +2,7 @@
 
 MAJOR_VERSION=4
 MINOR_VERSION=5
-SUBMINOR_VERSION:=72
+SUBMINOR_VERSION:=73
 
 # v4.5.40 requires NGExtensions v4.5.145
 # v4.5.37 requires NGExtensions v4.5.140
index 5dd2051a6a17724c515a9947b900e53f1d38c7a8..996b0853d702d67904d062ebb372fc6ea239ee48 100644 (file)
@@ -33,6 +33,7 @@
 
 @class NSCalendarDate, NSMutableArray, NSString, NSArray, NSNumber;
 @class iCalPerson;
+@class NSURL;
 
 @interface iCalEntityObject : iCalObject
 {