@@ -70,16 +70,16 @@ * an OFMalformedXMLException. * * @param builder The builder which did not expect the close tag * @param name The name of the close tag * @param prefix The prefix of the close tag - * @param namespace The namespace of the close tag + * @param namespace_ The namespace of the close tag */ - (void)elementBuilder: (OFXMLElementBuilder*)builder didNotExpectCloseTag: (OFString*)name prefix: (OFString*)prefix - namespace: (OFString*)namespace; + namespace: (OFString*)namespace_; /*! * @brief This callback is called when the XML parser for the element builder * found an unknown entity. *