ObjFW  Diff

Differences From Artifact [c9eed87446]:

To Artifact [d9f583edf6]:


64
65
66
67
68
69
70
71
72
73
	return [OFString stringWithFormat:
	    @"Deallocation of a thread of type %@ was tried, even though it "
	    @"was still running!", _inClass];
}

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







|


64
65
66
67
68
69
70
71
72
73
	return [OFString stringWithFormat:
	    @"Deallocation of a thread of type %@ was tried, even though it "
	    @"was still running!", _inClass];
}

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