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:
thebeing 2015-05-02 08:03:05 +00:00
parent 681ab5aa23
commit 9f352f0cdf
5 changed files with 68 additions and 3 deletions

View file

@ -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