@@ -75,18 +75,18 @@ _destinationPath, ERRPARAM]; } - (OFString*)sourcePath { - OF_GETTER(_sourcePath, false) + OF_GETTER(_sourcePath, true) } - (OFString*)destinationPath { - OF_GETTER(_destinationPath, false) + OF_GETTER(_destinationPath, true) } - (int)errNo { return _errNo; } @end