ObjFW  Diff

Differences From Artifact [6b087a6124]:

To Artifact [30de3d682b]:


76
77
78
79
80
81
82
83
84

85
86
87
88
89
90
91
92
93
76
77
78
79
80
81
82


83


84
85
86
87
88
89
90







-
-
+
-
-








- (void)release
{
}

- (void)dealloc
{
	OF_UNRECOGNIZED_SELECTOR

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

- (OFString*)description
{
	return @"Allocating an object failed!";
}
@end