Fixed undeclared class in header

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31774 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2010-12-24 18:34:16 +00:00
parent 0a0a147ae9
commit 433cba01d1
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2010-12-24 Nicola Pero <nicola.pero@meta-innovation.com>
* Headers/Foundation/NSPropertList.h: Forward-declare the NSError
class if appropriate.
2010-12-24 Nicola Pero <nicola.pero@meta-innovation.com>
* Source/NSObject.m ([+conformsToProtocol:]): Use the new code

View file

@ -68,6 +68,7 @@ enum {
#if OS_API_VERSION(100600,GS_API_LATEST)
typedef NSUInteger NSPropertyListWriteOptions;
typedef NSUInteger NSPropertyListReadOptions;
@class NSError;
#endif
/**