Index: src/OFXMLElement.h ================================================================== --- src/OFXMLElement.h +++ src/OFXMLElement.h @@ -40,11 +40,11 @@ OFString *comment; } #ifdef OF_HAVE_PROPERTIES @property (copy) OFString *name; -@property (copy, getter=namespace, setter=setNamespace) OFString *ns; +@property (copy, getter=namespace, setter=setNamespace:) OFString *ns; @property (copy) OFString *defaultNamespace; @property (readonly, copy) OFArray *attributes; @property (readonly, copy) OFArray *children; #endif