mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
b41a9d6e9a
commit
9a7f58d597
14 changed files with 37 additions and 56 deletions
|
@ -154,7 +154,7 @@
|
|||
if (NSShouldRetainWithZone(self, zone))
|
||||
return [self retain];
|
||||
else
|
||||
return [super copyWithZone: zone];
|
||||
return NSCopyObject(self, 0, zone);
|
||||
}
|
||||
|
||||
- (Class) classForConnectedCoder: aRmc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue