ObjFW  Diff

Differences From Artifact [214ce42612]:

To Artifact [f6b7c833ab]:


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