]> err.no Git - scalable-opengroupware.org/commitdiff
compile fix
authorznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 26 Oct 2004 13:08:48 +0000 (13:08 +0000)
committerznek <znek@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Tue, 26 Oct 2004 13:08:48 +0000 (13:08 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@425 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/Mailer/ChangeLog
SOGo/SoObjects/Mailer/SOGoDraftObject.h
SOGo/SoObjects/Mailer/Version

index c2f57fbb52b55ddaf88146bc56877093aec90064..867e9aa4224f8dd2174105b897ac802f6d1f39aa 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-26  Marcus Mueller  <znek@mulle-kybernetik.com>
+
+       * SOGoDraftObject.h: lF compile fix (v0.9.38)
+
 2004-10-25  Helge Hess  <helge.hess@opengroupware.org>
 
        * SOGoDraftObject.m: added ability to manage a draft object folder
index 9107366ce0d7e8b6dbd197315c250a09d933d1f4..1ec8bcc4cfad6b9e8e88545180733909362a7396 100644 (file)
@@ -34,7 +34,7 @@
   folder are some kind of "mail creation transaction".
 */
 
-@class NSString, NSArray, NSDictionary;
+@class NSString, NSArray, NSDictionary, NSData;
 
 @interface SOGoDraftObject : SOGoMailBaseObject
 {
index 68464731a0365ddc933e92ef6bef0ed196c7705f..e89334b81628c9465adbf05885e13a3c315f9826 100644 (file)
@@ -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