ObjFW  Diff

Differences From Artifact [ed856a0deb]:

To Artifact [37412f6538]:


48
49
50
51
52
53
54
55

56
57
58
59
60
61
48
49
50
51
52
53
54

55
56
57
58
59
60
61







-
+






- (void)dealloc
{
	[_object release];

	[super dealloc];
}

- (OFString*)description
- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"The selector %s is not understood by an object of type %@ or not "
	    @"(fully) implemented!", sel_getName(_selector), [_object class]];
}
@end