(ConstantArray): Inherit from ConstantIndexedCollection, not

IndexedCollection.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1108 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-12 14:54:25 +00:00
parent 499c00bb34
commit ab0cc7c2ac
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
#include <objects/IndexedCollection.h>
#include <objects/OrderedCollecting.h>
@interface ConstantArray : IndexedCollection
@interface ConstantArray : ConstantIndexedCollection
{
@public
id *_contents_array;

View file

@ -28,7 +28,7 @@
#include <objects/IndexedCollection.h>
#include <objects/OrderedCollecting.h>
@interface ConstantArray : IndexedCollection
@interface ConstantArray : ConstantIndexedCollection
{
@public
id *_contents_array;