ObjFW  Diff

Differences From Artifact [c1e478224c]:

To Artifact [488341d5ad]:


383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
# else
	@synchronized (self) {
		if (_runLoop == nil)
			_runLoop = [[OFRunLoop alloc] init];
	}
# endif

	return _runLoop;
}

- (OFString *)name
{
	return [[_name copy] autorelease];
}








|







383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
# else
	@synchronized (self) {
		if (_runLoop == nil)
			_runLoop = [[OFRunLoop alloc] init];
	}
# endif

	return (OFRunLoop *)_runLoop;
}

- (OFString *)name
{
	return [[_name copy] autorelease];
}