mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
([NSMutableArray +initialize]): Add the NSArrayNonCore methods also.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1496 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
901b7e7761
commit
5307f03436
1 changed files with 4 additions and 1 deletions
|
@ -404,7 +404,10 @@ static Class NSMutableArray_concrete_class;
|
|||
+ (void) initialize
|
||||
{
|
||||
if (self == [NSMutableArray class])
|
||||
behavior_class_add_class (self, [NSMutableArrayNonCore class]);
|
||||
{
|
||||
behavior_class_add_class (self, [NSMutableArrayNonCore class]);
|
||||
behavior_class_add_class (self, [NSArrayNonCore class]);
|
||||
}
|
||||
}
|
||||
|
||||
+ allocWithZone: (NSZone*)z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue