]> err.no Git - sope/commitdiff
fixed a missing decl in a header
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 28 Sep 2005 11:45:56 +0000 (11:45 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Wed, 28 Sep 2005 11:45:56 +0000 (11:45 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1135 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sopex/SOPEX/ChangeLog
sopex/SOPEX/SOPEXContentValidator.h
sopex/SOPEX/Version

index 7269fbe038db34b17bbd6533768fecbb9af22d31..7200f81a6a16b09a7da7be4dbf30b2e28c53ecbc 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-28  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SOPEXContentValidator.h: added missing @class declarations (v2.0.7)
+
 2005-09-20  Helge Hess  <helge.hess@opengroupware.org>
 
        * GNUmakefile.preamble: added include dirs for inline compilation
index c8850f3de3a0975477063c7b9328946325aef65f..15631d20c10d2145cb65a9c6fa88f7d387537679 100644 (file)
@@ -27,6 +27,7 @@
 #import <Foundation/NSObject.h>
 #import <SaxObjC/SaxObjC.h>
 
+@class NSString, NSError, NSArray, NSMutableArray;
 
 @interface SOPEXContentValidator : NSObject <SaxErrorHandler>
 {
index c53d9c765a040b1910691465abfbba280e0ab0f4..0ea8b0d9d50bd2caf82c522acb45bc7ed23a4d15 100644 (file)
@@ -7,7 +7,7 @@
 
 MAJOR_VERSION=2
 MINOR_VERSION=0
-SUBMINOR_VERSION=6
+SUBMINOR_VERSION=7
 
 # v2.0.0 requires NGObjWeb v4.5.95
 # v1.0.7 requires NGObjWeb v4.2.341