ObjFW  Diff

Differences From Artifact [80338cd99b]:

To Artifact [8e90710066]:


285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300

	return self;
}
#endif

- (id)main
{
	@throw [OFNotImplementedException exceptionWithClass: [self class]
						    selector: _cmd];

	return nil;
}

- (void)handleTermination
{
	OFRunLoop *old = runLoop;







|
<







285
286
287
288
289
290
291
292

293
294
295
296
297
298
299

	return self;
}
#endif

- (id)main
{
	[[OFRunLoop currentRunLoop] run];


	return nil;
}

- (void)handleTermination
{
	OFRunLoop *old = runLoop;