From fcae73fef3cc82e24d5aef2a537bf31cd1960cf1 Mon Sep 17 00:00:00 2001 From: nicola Date: Fri, 24 Dec 2010 18:34:16 +0000 Subject: [PATCH] Fixed undeclared class in header git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31774 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ Headers/Foundation/NSPropertyList.h | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8f4afa354..3a12665dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-12-24 Nicola Pero + + * Headers/Foundation/NSPropertList.h: Forward-declare the NSError + class if appropriate. + 2010-12-24 Nicola Pero * Source/NSObject.m ([+conformsToProtocol:]): Use the new code diff --git a/Headers/Foundation/NSPropertyList.h b/Headers/Foundation/NSPropertyList.h index 27b150fa7..7307a93cc 100644 --- a/Headers/Foundation/NSPropertyList.h +++ b/Headers/Foundation/NSPropertyList.h @@ -68,6 +68,7 @@ enum { #if OS_API_VERSION(100600,GS_API_LATEST) typedef NSUInteger NSPropertyListWriteOptions; typedef NSUInteger NSPropertyListReadOptions; +@class NSError; #endif /**