ObjFW  Diff

Differences From Artifact [23d60f6018]:

To Artifact [a07066326a]:


63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
	[_version release];

	[super dealloc];
}

- (OFString*)description
{
	if (_description != nil)
		return _description;

	_description = [[OFString alloc] initWithFormat:
	    @"Version %@ of the format or protocol is not supported by class "
	    @"%@", _version, _inClass];

	return _description;
}

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







<
<
|
<


<
<







63
64
65
66
67
68
69


70

71
72


73
74
75
76
77
78
79
	[_version release];

	[super dealloc];
}

- (OFString*)description
{


	return [OFString stringWithFormat:

	    @"Version %@ of the format or protocol is not supported by class "
	    @"%@", _version, _inClass];


}

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