mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-23 13:42:15 +00:00
Minor optimisations
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4212 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5a805f1ed0
commit
325ffedf2a
9 changed files with 467 additions and 442 deletions
|
@ -248,7 +248,8 @@
|
|||
|
||||
- (NSEnumerator*) objectEnumerator
|
||||
{
|
||||
return [[[NSGCountedSetEnumerator alloc] initWithSet: self] autorelease];
|
||||
return [[[NSGCountedSetEnumerator allocWithZone: NSDefaultMallocZone()]
|
||||
initWithSet: self] autorelease];
|
||||
}
|
||||
|
||||
- (void) removeObject: (NSObject*)anObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue