ObjFW  Diff

Differences From Artifact [eb2edfffd8]:

To Artifact [8cb0db74ba]:


44
45
46
47
48
49
50
51
52
53
54
55
56
57
- (void)dealloc
{
	[_object release];

	[super dealloc];
}

- (OFString*)description
{
	return [OFString stringWithFormat:
	    @"The hash of type %@ has already been calculated and thus no new "
	    @"data can be added!", [_object class]];
}
@end







|






44
45
46
47
48
49
50
51
52
53
54
55
56
57
- (void)dealloc
{
	[_object release];

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"The hash of type %@ has already been calculated and thus no new "
	    @"data can be added!", [_object class]];
}
@end