ObjFW  Diff

Differences From Artifact [3491f0262a]:

To Artifact [9d5e101a97]:


198
199
200
201
202
203
204
205
206
207
208
209
210
- (unsigned int)retainCount
{
	return OF_RETAIN_COUNT_MAX;
}

- (void)dealloc
{
	OF_UNRECOGNIZED_SELECTOR

	/* Get rid of a stupid warning */
	[super dealloc];
}
@end







<
|
<
<


198
199
200
201
202
203
204

205


206
207
- (unsigned int)retainCount
{
	return OF_RETAIN_COUNT_MAX;
}

- (void)dealloc
{

	OF_DEALLOC_UNSUPPORTED


}
@end