mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
([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:
parent
ffa7dbcfe9
commit
ea1e49af1b
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
||||||
withObjCType:(const char *)type
|
withObjCType:(const char *)type
|
||||||
{
|
{
|
||||||
[self shouldNotImplement:_cmd];
|
[self shouldNotImplement:_cmd];
|
||||||
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* xxx What's going on here? This doesn't look right to me -mccallum. */
|
/* xxx What's going on here? This doesn't look right to me -mccallum. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue