@@ -32,19 +32,19 @@ } /*! * The name of the attribute. */ -@property (readonly, copy) OFString *name; +@property (readonly, nonatomic) OFString *name; /*! * The namespace of the attribute. */ #ifndef __cplusplus -@property OF_NULLABLE_PROPERTY (readonly, copy) OFString *namespace; +@property OF_NULLABLE_PROPERTY (readonly, nonatomic) OFString *namespace; #else -@property OF_NULLABLE_PROPERTY (readonly, copy, getter=namespace) +@property OF_NULLABLE_PROPERTY (readonly, nonatomic, getter=namespace) OFString *namespace_; #endif /*! * @brief Creates a new XML attribute.