mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +00:00
More fixes suggested by fred
This commit is contained in:
parent
561f63c818
commit
c131f7ec34
1 changed files with 1 additions and 1 deletions
|
@ -1804,7 +1804,7 @@ static SEL rlSel;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Needed only to satisfy compiler that NSCoding is implemented.
|
// Needed only to satisfy compiler that NSCoding is implemented.
|
||||||
- (instancetype) initWithCoder: (NSCoder)coder
|
- (instancetype) initWithCoder: (NSCoder *)coder
|
||||||
{
|
{
|
||||||
return [super initWithCoder: coder];
|
return [super initWithCoder: coder];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue