diff --git a/Source/Port.m b/Source/Port.m index d6a11e400..817be461d 100644 --- a/Source/Port.m +++ b/Source/Port.m @@ -92,7 +92,7 @@ return 0; } -- (void) encodeWithCoder: (Coder*)anEncoder +- (void) encodeWithCoder: (id )anEncoder { [super encodeWithCoder:anEncoder]; }