@@ -85,14 +85,14 @@ return errNo; } - (OFString*)sourcePath { - return sourcePath; + OF_GETTER(sourcePath, NO) } - (OFString*)destinationPath { - return destinationPath; + OF_GETTER(destinationPath, NO) } @end #endif