GSOrderedSet partial implementation

This commit is contained in:
Gregory John Casamento 2019-05-20 01:43:06 -04:00
parent 61a9dc8a13
commit 9a516999c8
4 changed files with 49 additions and 36 deletions

View file

@ -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]))
{