mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Implemented isEqual...
This commit is contained in:
parent
496c9a63e2
commit
61a9dc8a13
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ static Class NSMutableOrderedSet_concrete_class;
|
|||
|
||||
while ((o = [e nextObject]))
|
||||
{
|
||||
if (![aSet member: o])
|
||||
if (![aSet containsObject: o])
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue