Housekeeping - typecasts to avoid warnings and removal of redundant methods.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2870 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1998-07-29 09:22:18 +00:00
parent 9a7f58d597
commit 8f568c7e39
16 changed files with 34 additions and 61 deletions

View file

@ -98,7 +98,7 @@
if (NSShouldRetainWithZone(self, zone))
return [self retain];
else
return [NSCopyObject(self, 0, zone) deepen];
return [(NSValue*)NSCopyObject(self, 0, zone) deepen];
}
/* Returns the concrete class associated with the type encoding */