@@ -22,11 +22,15 @@ /** * \brief A protocol that needs to be implemented by delegates for * OFXMLElementBuilder. */ +#ifndef OF_XML_ELEMENT_BUILDER_M +@protocol OFXMLElementBuilderDelegate +#else @protocol OFXMLElementBuilderDelegate +#endif /** * This callback is called when the OFXMLElementBuilder built an element. * * If the OFXMLElementBuilder was used as a delegate for the OFXMLParser since * parsing started, this will return the complete document as an OFXMLElement