@@ -49,11 +49,11 @@ [obj retain]; return self; } -- removeObject: (id)obj +- removeObject: (OFObject*)obj { OFObject **objs = [array cArray]; size_t i, count = [array count]; for (i = 0; i < count; i++) { @@ -65,11 +65,11 @@ } return self; } -- removeObjectIdenticalTo: (id)obj +- removeObjectIdenticalTo: (OFObject*)obj { OFObject **objs = [array cArray]; size_t i, count = [array count]; for (i = 0; i < count; i++) {