mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +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
|
@ -46,7 +46,7 @@ NSString *NSPortTimeoutException
|
|||
|
||||
- copyWithZone: (NSZone*)aZone
|
||||
{
|
||||
return [super copyWithZone:aZone];
|
||||
return NSCopyObject(self, 0, zone);
|
||||
}
|
||||
|
||||
- delegate
|
||||
|
@ -56,7 +56,6 @@ NSString *NSPortTimeoutException
|
|||
|
||||
- (void) encodeWithCoder: (NSCoder*)aCoder
|
||||
{
|
||||
[super encodeWithCoder: aCoder];
|
||||
}
|
||||
|
||||
- init
|
||||
|
@ -67,7 +66,6 @@ NSString *NSPortTimeoutException
|
|||
|
||||
- initWithCoder: (NSCoder*)aCoder
|
||||
{
|
||||
self = [super initWithCoder: aCoder];
|
||||
return self;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue