mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(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:
parent
499c00bb34
commit
ab0cc7c2ac
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
#include <objects/IndexedCollection.h>
|
||||
#include <objects/OrderedCollecting.h>
|
||||
|
||||
@interface ConstantArray : IndexedCollection
|
||||
@interface ConstantArray : ConstantIndexedCollection
|
||||
{
|
||||
@public
|
||||
id *_contents_array;
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <objects/IndexedCollection.h>
|
||||
#include <objects/OrderedCollecting.h>
|
||||
|
||||
@interface ConstantArray : IndexedCollection
|
||||
@interface ConstantArray : ConstantIndexedCollection
|
||||
{
|
||||
@public
|
||||
id *_contents_array;
|
||||
|
|
Loading…
Reference in a new issue