From a835ebaffa4f3d82d26453b6f2d562712922e0e5 Mon Sep 17 00:00:00 2001 From: helge Date: Wed, 28 Sep 2005 11:45:56 +0000 Subject: [PATCH] fixed a missing decl in a header git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1135 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sopex/SOPEX/ChangeLog | 4 ++++ sopex/SOPEX/SOPEXContentValidator.h | 1 + sopex/SOPEX/Version | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/sopex/SOPEX/ChangeLog b/sopex/SOPEX/ChangeLog index 7269fbe0..7200f81a 100644 --- a/sopex/SOPEX/ChangeLog +++ b/sopex/SOPEX/ChangeLog @@ -1,3 +1,7 @@ +2005-09-28 Helge Hess + + * SOPEXContentValidator.h: added missing @class declarations (v2.0.7) + 2005-09-20 Helge Hess * GNUmakefile.preamble: added include dirs for inline compilation diff --git a/sopex/SOPEX/SOPEXContentValidator.h b/sopex/SOPEX/SOPEXContentValidator.h index c8850f3d..15631d20 100644 --- a/sopex/SOPEX/SOPEXContentValidator.h +++ b/sopex/SOPEX/SOPEXContentValidator.h @@ -27,6 +27,7 @@ #import #import +@class NSString, NSError, NSArray, NSMutableArray; @interface SOPEXContentValidator : NSObject { diff --git a/sopex/SOPEX/Version b/sopex/SOPEX/Version index c53d9c76..0ea8b0d9 100644 --- a/sopex/SOPEX/Version +++ b/sopex/SOPEX/Version @@ -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 -- 2.39.5