mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
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:
parent
0a0a147ae9
commit
433cba01d1
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -68,6 +68,7 @@ enum {
|
|||
#if OS_API_VERSION(100600,GS_API_LATEST)
|
||||
typedef NSUInteger NSPropertyListWriteOptions;
|
||||
typedef NSUInteger NSPropertyListReadOptions;
|
||||
@class NSError;
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue