ObjFW  Diff

Differences From Artifact [0923b30e46]:

To Artifact [d0daf7e25e]:


68
69
70
71
72
73
74
75
76
77
78
79
	description = [[OFString alloc] initWithFormat:
	    @"The hash has already been calculated in class %@ and thus no new "
	    @"data can be added", inClass];

	return description;
}

- (OFHash*)hash
{
	return hash;
}
@end







|




68
69
70
71
72
73
74
75
76
77
78
79
	description = [[OFString alloc] initWithFormat:
	    @"The hash has already been calculated in class %@ and thus no new "
	    @"data can be added", inClass];

	return description;
}

- (OFHash*)hashObject
{
	return hash;
}
@end