mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-01 12:30:50 +00:00
Inherit from NSObject, not Array.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@274 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d51cac9278
commit
03acf65d73
1 changed files with 2 additions and 4 deletions
|
@ -21,14 +21,12 @@
|
||||||
#ifndef __NSArray_h_OBJECTS_INCLUDE
|
#ifndef __NSArray_h_OBJECTS_INCLUDE
|
||||||
#define __NSArray_h_OBJECTS_INCLUDE
|
#define __NSArray_h_OBJECTS_INCLUDE
|
||||||
|
|
||||||
#include <objects/Array.h>
|
#include <objects/stdobjects.h>
|
||||||
#include <foundation/NSRange.h>
|
#include <foundation/NSRange.h>
|
||||||
|
|
||||||
@class NSString;
|
@class NSString;
|
||||||
|
|
||||||
enum {NSNotInArray = 0x7fffffff}; // to be obsoleted soon
|
@interface NSArray: NSObject
|
||||||
|
|
||||||
@interface NSArray: Array
|
|
||||||
|
|
||||||
+ allocWithZone:(NSZone *)zone;
|
+ allocWithZone:(NSZone *)zone;
|
||||||
+ array;
|
+ array;
|
||||||
|
|
Loading…
Reference in a new issue