([IndexedCollection +initialize]): Compare self with

IndexedCollection, not KeyedCollection.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1096 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-11 17:02:02 +00:00
parent e31ac21a93
commit ec380ef78f

View file

@ -327,7 +327,7 @@
+ (void) initialize
{
if (self == [KeyedCollection class])
if (self == [IndexedCollection class])
class_add_behavior(self, [Collection class]);
}