ObjFW  Diff

Differences From Artifact [0f471f5960]:

To Artifact [d6f9329fe7]:


64
65
66
67
68
69
70
71
72
73
	    @"A mutex of class %@ could not be locked!", inClass];

	return description;
}

- (OFMutex*)mutex
{
	return mutex;
}
@end







|


64
65
66
67
68
69
70
71
72
73
	    @"A mutex of class %@ could not be locked!", inClass];

	return description;
}

- (OFMutex*)mutex
{
	OF_GETTER(mutex, NO)
}
@end