ObjFW  Diff

Differences From Artifact [092080e143]:

To Artifact [fc215b7c9c]:


63
64
65
66
67
68
69
70
71
72
	    @"Object of class %@ was mutated during enumeration!", inClass];

	return description;
}

- (id)object
{
	return object;
}
@end







|


63
64
65
66
67
68
69
70
71
72
	    @"Object of class %@ was mutated during enumeration!", inClass];

	return description;
}

- (id)object
{
	OF_GETTER(object, NO)
}
@end