mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* EOControl/EOKeyValueArchiver.h: Add forward declaration of
NSMutableArray. * EOControl/EOQualifier.h: Add missing include for NSArray. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@28419 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
db5eb46585
commit
31ea24480a
3 changed files with 7 additions and 11 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-07-29 04:06-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* EOControl/EOKeyValueArchiver.h: Add forward declaration of
|
||||
NSMutableArray.
|
||||
* EOControl/EOQualifier.h: Add missing include for NSArray.
|
||||
|
||||
2009-06-24 Georg Fleischmann <g.fleischmann@vhf.de>
|
||||
2009-06-24 David Ayers <ayers@fsfe.org>
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
|
||||
|
||||
@class NSArray;
|
||||
@class NSMutableArray;
|
||||
@class NSDictionary;
|
||||
@class NSMutableDictionary;
|
||||
@class NSString;
|
||||
|
|
|
@ -27,23 +27,12 @@
|
|||
#ifndef __EOQualifier_h__
|
||||
#define __EOQualifier_h__
|
||||
|
||||
#ifdef GNUSTEP
|
||||
#include <Foundation/NSObject.h>
|
||||
#else
|
||||
#include <Foundation/Foundation.h>
|
||||
#endif
|
||||
|
||||
#include <EOControl/EOKeyValueArchiver.h>
|
||||
|
||||
#include <EOControl/EODefines.h>
|
||||
|
||||
@class NSArray;
|
||||
@class NSDictionary;
|
||||
@class NSString;
|
||||
@class NSSet;
|
||||
@class NSMutableSet;
|
||||
@class NSException;
|
||||
|
||||
@class EOClassDescription;
|
||||
@class EOSQLExpression;
|
||||
@class EOQualifier;
|
||||
|
|
Loading…
Reference in a new issue