ObjFW  Diff

Differences From Artifact [da0c6a5cd9]:

To Artifact [b4ff248d49]:


85
86
87
88
89
90
91
92
93
94
95
96
}

- (OFString*)sourcePath
{
	return sourcePath;
}

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







|




85
86
87
88
89
90
91
92
93
94
95
96
}

- (OFString*)sourcePath
{
	return sourcePath;
}

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