([NSValueDecoder -initValue:withObjCType:]): Return self.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1268 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-26 00:27:44 +00:00
parent ffa7dbcfe9
commit ea1e49af1b

View file

@ -40,6 +40,7 @@
withObjCType:(const char *)type
{
[self shouldNotImplement:_cmd];
return self;
}
/* xxx What's going on here? This doesn't look right to me -mccallum. */