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
	va_end(arguments);

	return ret;
}

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

	return [super init];







|
<







157
158
159
160
161
162
163
164

165
166
167
168
169
170
171
	va_end(arguments);

	return ret;
}

- init
{
	if (isa == [OFDictionary class]) {

		Class c = isa;
		[self release];
		@throw [OFNotImplementedException newWithClass: c
						      selector: _cmd];
	}

	return [super init];