ObjFW  Diff

Differences From Artifact [71badbba8d]:

To Artifact [8cc2391325]:


65
66
67
68
69
70
71
72

73
74
65
66
67
68
69
70
71

72
73
74







-
+


	    @"was still running!", inClass];

	return description;
}

- (OFThread*)thread
{
	return thread;
	OF_GETTER(thread, NO)
}
@end