@@ -76,19 +76,19 @@ _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 #endif