ObjFW  Diff

Differences From Artifact [aa24331688]:

To Artifact [f34ccd222c]:


64
65
66
67
68
69
70
71
72
73
	    @"Setting an option in class %@ failed!", inClass];

	return description;
}

- (OFStream*)stream
{
	return stream;
}
@end







|


64
65
66
67
68
69
70
71
72
73
	    @"Setting an option in class %@ failed!", inClass];

	return description;
}

- (OFStream*)stream
{
	OF_GETTER(stream, NO)
}
@end