ObjFW  Diff

Differences From Artifact [d2232b4386]:

To Artifact [f657c2f2e0]:


30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
	OFSandbox *_sandbox;
	int _errNo;
}

/*!
 * The sandbox which could not be activated.
 */
@property (readonly, retain) OFSandbox *sandbox;

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

/*!







|







30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
	OFSandbox *_sandbox;
	int _errNo;
}

/*!
 * The sandbox which could not be activated.
 */
@property (readonly, nonatomic) OFSandbox *sandbox;

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

/*!