ObjFW  Diff

Differences From Artifact [b07b6bac14]:

To Artifact [e93325ff06]:


65
66
67
68
69
70
71
72
73
74
	    @"already waits for the thread to join.", inClass];

	return description;
}

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







|


65
66
67
68
69
70
71
72
73
74
	    @"already waits for the thread to join.", inClass];

	return description;
}

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