ObjFW  Diff

Differences From Artifact [c96d938c3c]:

To Artifact [6e036672c0]:


65
66
67
68
69
70
71
72
73
74
	return [OFString stringWithFormat:
	    @"The hash has already been calculated in class %@ and thus no new "
	    @"data can be added", _inClass];
}

- (id <OFHash>)hashObject
{
	OF_GETTER(_hashObject, NO)
}
@end







|


65
66
67
68
69
70
71
72
73
74
	return [OFString stringWithFormat:
	    @"The hash has already been calculated in class %@ and thus no new "
	    @"data can be added", _inClass];
}

- (id <OFHash>)hashObject
{
	OF_GETTER(_hashObject, false)
}
@end