ObjFW  Diff

Differences From Artifact [54c3f3a8f8]:

To Artifact [a65ba57dc8]:


27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
	OFString *_sourcePath, *_destinationPath;
	int _errNo;
}

/*!
 * The original path.
 */
@property (readonly, copy) OFString *sourcePath;

/*!
 * The new path.
 */
@property (readonly, copy) OFString *destinationPath;

/*!
 * 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
42
43
44
45
46
	OFString *_sourcePath, *_destinationPath;
	int _errNo;
}

/*!
 * The original path.
 */
@property (readonly, nonatomic) OFString *sourcePath;

/*!
 * The new path.
 */
@property (readonly, nonatomic) OFString *destinationPath;

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

/*!