([MappedCollector -initWithObjects:forKeys:count:]): Return self.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1160 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-03-18 13:52:10 +00:00
parent bca55a3944
commit c391b55f7c

View file

@ -53,6 +53,7 @@
- initWithObjects: (id*)objects forKeys: (id*)keys count: (unsigned)c
{
[self notImplemented: _cmd];
return nil;
}
/* Empty copy must empty an allocCopy'ed version of self */