New split view, other fixes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2869 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-07-28 17:51:55 +00:00
parent b41a9d6e9a
commit 9a7f58d597
14 changed files with 37 additions and 56 deletions

View file

@ -154,7 +154,7 @@
if (NSShouldRetainWithZone(self, zone))
return [self retain];
else
return [super copyWithZone: zone];
return NSCopyObject(self, 0, zone);
}
- (Class) classForConnectedCoder: aRmc