ObjFW  Diff

Differences From Artifact [3cc46ccafd]:

To Artifact [252a3f02aa]:


157
158
159
160
161
162
163
164

165
166
167
168
169
170
171
172
157
158
159
160
161
162
163

164

165
166
167
168
169
170
171







-
+
-







	va_end(arguments);

	return ret;
}

- init
{
	if ([self class] == [OFDictionary class] ||
	if (isa == [OFDictionary class]) {
	    [self class] == [OFMutableDictionary class]) {
		Class c = isa;
		[self release];
		@throw [OFNotImplementedException newWithClass: c
						      selector: _cmd];
	}

	return [super init];