ObjFW  Diff

Differences From Artifact [c9f5da877a]:

To Artifact [010c318107]:


65
66
67
68
69
70
71
72
73
74
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"The namespace %@ is not bound in an element of type %@!",
	    _namespace, [_element class]];
}
@end







|


65
66
67
68
69
70
71
72
73
74
	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"The namespace %@ is not bound in an element of type %@!",
	    _namespace, _element.class];
}
@end