ObjFW  Diff

Differences From Artifact [e4101540ee]:

To Artifact [24670c67fb]:


83
84
85
86
87
88
89
90

91
92
93
94
95

96
97
98
83
84
85
86
87
88
89

90
91
92
93
94

95
96
97
98







-
+




-
+



- (int)errNo
{
	return errNo;
}

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

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