ObjFW  Diff

Differences From Artifact [e961348a70]:

To Artifact [1510166b61]:


102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
		return [OFString stringWithFormat:
		    @"A namespace or prefix is not bound in class %@",
		    _inClass];
}

- (OFString*)namespace
{
	OF_GETTER(_namespace, NO)
}

- (OFString*)prefix
{
	OF_GETTER(_prefix, NO)
}
@end







|




|


102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
		return [OFString stringWithFormat:
		    @"A namespace or prefix is not bound in class %@",
		    _inClass];
}

- (OFString*)namespace
{
	OF_GETTER(_namespace, false)
}

- (OFString*)prefix
{
	OF_GETTER(_prefix, false)
}
@end