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:
mccallum 1995-04-05 00:16:26 +00:00
parent d51cac9278
commit 03acf65d73

View file

@ -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;