ObjFW  Diff

Differences From Artifact [a07066326a]:

To Artifact [d304c8874c]:


70
71
72
73
74
75
76
77
78
79
	return [OFString stringWithFormat:
	    @"Version %@ of the format or protocol is not supported by class "
	    @"%@", _version, _inClass];
}

- (OFString*)version
{
	OF_GETTER(_version, NO)
}
@end







|


70
71
72
73
74
75
76
77
78
79
	return [OFString stringWithFormat:
	    @"Version %@ of the format or protocol is not supported by class "
	    @"%@", _version, _inClass];
}

- (OFString*)version
{
	OF_GETTER(_version, false)
}
@end