mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Fix bug #43915 (equality not checked correctly for NSCountedSet)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38470 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
681ab5aa23
commit
9f352f0cdf
5 changed files with 68 additions and 3 deletions
|
@ -91,6 +91,11 @@ static Class NSCountedSet_concrete_class;
|
|||
}
|
||||
}
|
||||
|
||||
- (NSUInteger) _countForObject: (id)anObject
|
||||
{
|
||||
return [self countForObject: anObject];
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the number of times that an object that is equal to the
|
||||
* specified object (as determined by the [-isEqual:] method) has
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue