ObjFW  Diff

Differences From Artifact [c1f31b8f18]:

To Artifact [d622539c3c]:


237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
}

- initWithBlock: (of_thread_block_t)block_
	 object: (id)object_
{
	self = [super init];

	block = [block_ retain];
	object = [object_ retain];

	return self;
}
#endif

- (id)main







|







237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
}

- initWithBlock: (of_thread_block_t)block_
	 object: (id)object_
{
	self = [super init];

	block = [block_ copy];
	object = [object_ retain];

	return self;
}
#endif

- (id)main