ObjFW  Diff

Differences From Artifact [89bdff5a7e]:

To Artifact [c1ce7e5d1a]:


92
93
94
95
96
97
98
99
100
101
102
103
104
105
106

	plugin->_handle = handle;
	return plugin;
}

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








|







92
93
94
95
96
97
98
99
100
101
102
103
104
105
106

	plugin->_handle = handle;
	return plugin;
}

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