([NSCountedSet -countForObject:]): Return 0.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1166 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-03-18 13:55:09 +00:00
parent 3534bcc0de
commit aee7ff0d91

View file

@ -1,5 +1,5 @@
/* NSCountedSet - CountedSet object
Copyright (C) 1995 Free Software Foundation, Inc.
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Created: Sep 1995
@ -97,6 +97,7 @@ static Class NSCountedSet_concrete_class;
- (unsigned int) countForObject: anObject
{
[self subclassResponsibility:_cmd];
return 0;
}
- copyWithZone: (NSZone*)z