mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
([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:
parent
e31ac21a93
commit
ec380ef78f
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@
|
|||
|
||||
+ (void) initialize
|
||||
{
|
||||
if (self == [KeyedCollection class])
|
||||
if (self == [IndexedCollection class])
|
||||
class_add_behavior(self, [Collection class]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue