mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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
a61ae3ccbf
commit
437913db94
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
#include <objects/IndexedCollection.h>
|
#include <objects/IndexedCollection.h>
|
||||||
#include <objects/OrderedCollecting.h>
|
#include <objects/OrderedCollecting.h>
|
||||||
|
|
||||||
@interface ConstantArray : IndexedCollection
|
@interface ConstantArray : ConstantIndexedCollection
|
||||||
{
|
{
|
||||||
@public
|
@public
|
||||||
id *_contents_array;
|
id *_contents_array;
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#include <objects/IndexedCollection.h>
|
#include <objects/IndexedCollection.h>
|
||||||
#include <objects/OrderedCollecting.h>
|
#include <objects/OrderedCollecting.h>
|
||||||
|
|
||||||
@interface ConstantArray : IndexedCollection
|
@interface ConstantArray : ConstantIndexedCollection
|
||||||
{
|
{
|
||||||
@public
|
@public
|
||||||
id *_contents_array;
|
id *_contents_array;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue