ObjFW  Diff

Differences From Artifact [884dfeb01d]:

To Artifact [d9b21f0f8e]:


147
148
149
150
151
152
153
154
155
156
{
}

- (void)dealloc
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
	[super dealloc];	/* Get rid of stupid warning */
}
@end







|


147
148
149
150
151
152
153
154
155
156
{
}

- (void)dealloc
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
	[super dealloc];	/* Get rid of a stupid warning */
}
@end