@@ -26,12 +26,12 @@ OFString *_prefix; OFXMLParser *_parser; } #ifdef OF_HAVE_PROPERTIES -@property (readonly, copy, nonatomic) OFString *prefix; -@property (readonly, retain, nonatomic) OFXMLParser *parser; +@property (readonly, copy) OFString *prefix; +@property (readonly, retain) OFXMLParser *parser; #endif /*! * @brief Creates a new, autoreleased unbound prefix exception. *