ObjFW  Diff

Differences From Artifact [c99022b142]:

To Artifact [748863371b]:


27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
	OFString *_path;
	int _errNo;
}

/*!
 * The path of the item which could not be removed.
 */
@property (readonly, copy) OFString *path;

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

/*!







|







27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
	OFString *_path;
	int _errNo;
}

/*!
 * The path of the item which could not be removed.
 */
@property (readonly, nonatomic) OFString *path;

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

/*!