@@ -84,13 +84,13 @@ return errNo; } - (OFString*)sourcePath { - return sourcePath; + OF_GETTER(sourcePath, NO) } - (OFString*)destinationPath { - return destinationPath; + OF_GETTER(destinationPath, NO) } @end