mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
tweak enumerator return
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36531 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d26640c7ab
commit
be54d9fa01
3 changed files with 9 additions and 12 deletions
|
@ -98,7 +98,7 @@ static Class concreteClass = 0;
|
|||
}
|
||||
|
||||
- (id) initWithPointerFunctions: (NSPointerFunctions*)functions
|
||||
capacity: (NSUInteger)initialCapacity
|
||||
capacity: (NSUInteger)initialCapacity
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
return nil;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue