ObjFW  Diff

Differences From Artifact [5fa3fa154b]:

To Artifact [89bdff5a7e]:


90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
		    exceptionWithClass: self];
	}

	plugin->_handle = handle;
	return plugin;
}

- init
{
	if (object_getClass(self) == [OFPlugin class]) {
		@try {
			[self doesNotRecognizeSelector: _cmd];
		} @catch (id e) {
			[self release];
			@throw e;







|







90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
		    exceptionWithClass: self];
	}

	plugin->_handle = handle;
	return plugin;
}

- (instancetype)init
{
	if (object_getClass(self) == [OFPlugin class]) {
		@try {
			[self doesNotRecognizeSelector: _cmd];
		} @catch (id e) {
			[self release];
			@throw e;