ObjFW  Diff

Differences From Artifact [be16f87910]:

To Artifact [ec03cdbdb4]:


64
65
66
67
68
69
70
71
72
73
	    @"Starting a thread of class %@ failed!", inClass];

	return description;
}

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







|


64
65
66
67
68
69
70
71
72
73
	    @"Starting a thread of class %@ failed!", inClass];

	return description;
}

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