ObjFW  Diff

Differences From Artifact [091ac82c2b]:

To Artifact [936c6420ec]:


63
64
65
66
67
68
69
70
71
72
{
	return [OFString stringWithFormat:
	    @"Starting a thread of class %@ failed!", _inClass];
}

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







|


63
64
65
66
67
68
69
70
71
72
{
	return [OFString stringWithFormat:
	    @"Starting a thread of class %@ failed!", _inClass];
}

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