Index: src/OFThread.h ================================================================== --- src/OFThread.h +++ src/OFThread.h @@ -78,11 +78,11 @@ } /*! * The name for the thread to use when starting it. */ -@property OF_NULLABLE_PROPERTY (readonly, nonatomic) OFString *name; +@property OF_NULLABLE_PROPERTY (copy, nonatomic) OFString *name; # ifdef OF_HAVE_BLOCKS /*! * The block to execute in the thread. */