More fixes suggested by fred

This commit is contained in:
Gregory John Casamento 2019-06-10 15:25:11 -04:00
parent 561f63c818
commit c131f7ec34

View file

@ -1804,7 +1804,7 @@ static SEL rlSel;
}
// Needed only to satisfy compiler that NSCoding is implemented.
- (instancetype) initWithCoder: (NSCoder)coder
- (instancetype) initWithCoder: (NSCoder *)coder
{
return [super initWithCoder: coder];
}