@@ -25,12 +25,12 @@ OFString *destinationPath; int errNo; } #ifdef OF_HAVE_PROPERTIES -@property (readonly, nonatomic) OFString *sourcePath; -@property (readonly, nonatomic) OFString *destinationPath; +@property (readonly, assign) OFString *sourcePath; +@property (readonly, assign) OFString *destinationPath; @property (readonly) int errNo; #endif /** * \param class_ The class of the object which caused the exception