mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
([NSGCountedSet -isEqual:]): Added method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@653 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8d5fca1a4b
commit
d2fdc59b4b
1 changed files with 6 additions and 3 deletions
|
@ -71,9 +71,6 @@
|
|||
{
|
||||
static int done = 0;
|
||||
|
||||
/* xxx This class not yet ready for action. */
|
||||
[self notImplemented:_cmd];
|
||||
|
||||
if (!done)
|
||||
{
|
||||
done = 1;
|
||||
|
@ -108,4 +105,10 @@
|
|||
return [self occurrencesOfElement:anObject];
|
||||
}
|
||||
|
||||
/* To deal with behavior over-enthusiasm. Will be fixed later. */
|
||||
- (BOOL) isEqual: other
|
||||
{
|
||||
return [super isEqual:other];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue