ObjFW  Diff

Differences From Artifact [7ce334d92a]:

To Artifact [8df097f31b]:


236
237
238
239
240
241
242
243
244
245
246
247
	    BOOL *stop) {
		[self replaceObjectAtIndex: index
				withObject: block(object, index, stop)];
	}];
}
#endif

- (OFArray*)makeImmutable
{
	return self;
}
@end







|

<


236
237
238
239
240
241
242
243
244

245
246
	    BOOL *stop) {
		[self replaceObjectAtIndex: index
				withObject: block(object, index, stop)];
	}];
}
#endif

- (void)makeImmutable
{

}
@end