ObjFW  Diff

Differences From Artifact [c4a9463880]:

To Artifact [2d67d8d8e3]:


64
65
66
67
68
69
70
71
72
73
	    @"A mutex of class %@ could not be unlocked!", 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 unlocked!", inClass];

	return description;
}

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