ObjFW  Diff

Differences From Artifact [0b1755f087]:

To Artifact [8f083aa045]:


81
82
83
84
85
86
87
88

89
90
91
92
93

94
95
81
82
83
84
85
86
87

88
89
90
91
92

93
94
95







-
+




-
+


- (int)errNo
{
	return _errNo;
}

- (OFString*)sourcePath
{
	OF_GETTER(_sourcePath, NO)
	OF_GETTER(_sourcePath, false)
}

- (OFString*)destinationPath
{
	OF_GETTER(_destinationPath, NO)
	OF_GETTER(_destinationPath, false)
}
@end