From: znek Date: Tue, 26 Oct 2004 13:08:48 +0000 (+0000) Subject: compile fix X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d2f5cd55a93e3a198fd1b2919a418721ac906e;p=scalable-opengroupware.org compile fix git-svn-id: http://svn.opengroupware.org/SOGo/trunk@425 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/SoObjects/Mailer/ChangeLog b/SOGo/SoObjects/Mailer/ChangeLog index c2f57fbb..867e9aa4 100644 --- a/SOGo/SoObjects/Mailer/ChangeLog +++ b/SOGo/SoObjects/Mailer/ChangeLog @@ -1,3 +1,7 @@ +2004-10-26 Marcus Mueller + + * SOGoDraftObject.h: lF compile fix (v0.9.38) + 2004-10-25 Helge Hess * SOGoDraftObject.m: added ability to manage a draft object folder diff --git a/SOGo/SoObjects/Mailer/SOGoDraftObject.h b/SOGo/SoObjects/Mailer/SOGoDraftObject.h index 9107366c..1ec8bcc4 100644 --- a/SOGo/SoObjects/Mailer/SOGoDraftObject.h +++ b/SOGo/SoObjects/Mailer/SOGoDraftObject.h @@ -34,7 +34,7 @@ folder are some kind of "mail creation transaction". */ -@class NSString, NSArray, NSDictionary; +@class NSString, NSArray, NSDictionary, NSData; @interface SOGoDraftObject : SOGoMailBaseObject { diff --git a/SOGo/SoObjects/Mailer/Version b/SOGo/SoObjects/Mailer/Version index 68464731..e89334b8 100644 --- a/SOGo/SoObjects/Mailer/Version +++ b/SOGo/SoObjects/Mailer/Version @@ -1,6 +1,6 @@ # Version file -SUBMINOR_VERSION:=37 +SUBMINOR_VERSION:=38 # v0.9.35 requires SOGoLogic v0.9.24 # v0.9.34 requires SOGoLogic v0.9.22