From 437913db94a3e84f49804d529c9b9f23b7618b28 Mon Sep 17 00:00:00 2001 From: mccallum Date: Tue, 12 Mar 1996 14:54:25 +0000 Subject: [PATCH] (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 --- Headers/gnustep/base/Array.h | 2 +- Source/objects/Array.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Headers/gnustep/base/Array.h b/Headers/gnustep/base/Array.h index 4b97b8b62..008b0cb6f 100644 --- a/Headers/gnustep/base/Array.h +++ b/Headers/gnustep/base/Array.h @@ -28,7 +28,7 @@ #include #include -@interface ConstantArray : IndexedCollection +@interface ConstantArray : ConstantIndexedCollection { @public id *_contents_array; diff --git a/Source/objects/Array.h b/Source/objects/Array.h index 4b97b8b62..008b0cb6f 100644 --- a/Source/objects/Array.h +++ b/Source/objects/Array.h @@ -28,7 +28,7 @@ #include #include -@interface ConstantArray : IndexedCollection +@interface ConstantArray : ConstantIndexedCollection { @public id *_contents_array;