ObjFW  Diff

Differences From Artifact [f14e01c2e8]:

To Artifact [6d702059e0]:


129
130
131
132
133
134
135
136
137
138
139
140
141
- (unsigned int)retainCount
{
	return OF_RETAIN_COUNT_MAX;
}

- (void)dealloc
{
	OF_UNRECOGNIZED_SELECTOR

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







<
|
<
<


129
130
131
132
133
134
135

136


137
138
- (unsigned int)retainCount
{
	return OF_RETAIN_COUNT_MAX;
}

- (void)dealloc
{

	OF_DEALLOC_UNSUPPORTED


}
@end