ObjFW  Diff

Differences From Artifact [a87b823310]:

To Artifact [ac334310fe]:


29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
	OFStream *_stream;
	int _errNo;
}

/*!
 * The stream for which the option could not be retrieved.
 */
@property (readonly, retain) OFStream *stream;

/*!
 * The errno of the error that occurred.
 */
@property (readonly) int errNo;

/*!







|







29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
	OFStream *_stream;
	int _errNo;
}

/*!
 * The stream for which the option could not be retrieved.
 */
@property (readonly, nonatomic) OFStream *stream;

/*!
 * The errno of the error that occurred.
 */
@property (readonly) int errNo;

/*!