ObjFW  Diff

Differences From Artifact [af3294e8fa]:

To Artifact [e12978b387]:


82
83
84
85
86
87
88
89

90
91
92
93
94

95
96
82
83
84
85
86
87
88

89
90
91
92
93

94
95
96







-
+




-
+


- (int)errNo
{
	return errNo;
}

- (OFString*)sourcePath
{
	return sourcePath;
	OF_GETTER(sourcePath, NO)
}

- (OFString*)destinationPath
{
	return destinationPath;
	OF_GETTER(destinationPath, NO)
}
@end