mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
GSOrderedSet partial implementation
This commit is contained in:
parent
61a9dc8a13
commit
9a516999c8
4 changed files with 49 additions and 36 deletions
|
@ -499,7 +499,7 @@ static Class NSMutableOrderedSet_concrete_class;
|
|||
return NO;
|
||||
else
|
||||
{
|
||||
id o, e = [self objectEnumerator];
|
||||
id o, e = [self objectEnumerator];
|
||||
|
||||
while ((o = [e nextObject]))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue