ObjFW  Diff

Differences From Artifact [440af04fa4]:

To Artifact [ba006ade87]:


59
60
61
62
63
64
65
66
67
68

69
70
71
72
73
74
75
76
77
78
79
59
60
61
62
63
64
65



66

67


68
69
70
71
72
73
74







-
-
-
+
-

-
-







	[_stream release];

	[super dealloc];
}

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

	return [OFString stringWithFormat:
	_description = [[OFString alloc] initWithFormat:
	    @"Setting an option in class %@ failed!", _inClass];

	return _description;
}

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