ObjFW  Diff

Differences From Artifact [69198622a9]:

To Artifact [86615f4dc4]:


71
72
73
74
75
76
77
78
79
80
	return [OFString stringWithFormat:
	    @"The protocol of URL %@ is not supported by class %@", _URL,
	    _inClass];
}

- (OFURL*)URL
{
	OF_GETTER(_URL, NO)
}
@end







|


71
72
73
74
75
76
77
78
79
80
	return [OFString stringWithFormat:
	    @"The protocol of URL %@ is not supported by class %@", _URL,
	    _inClass];
}

- (OFURL*)URL
{
	OF_GETTER(_URL, false)
}
@end