First cut at signing support.
[shibboleth/cpp-xmltooling.git] / xmltooling / io / AbstractXMLObjectUnmarshaller.cpp
index eeb05fa..e3ae471 100644 (file)
@@ -182,7 +182,7 @@ void AbstractXMLObjectUnmarshaller::unmarshallChildElements(const DOMElement* do
 \r
             // Retain ownership of the unmarshalled child until it's processed by the parent.\r
             auto_ptr<XMLObject> childObject(unmarshaller->unmarshall(static_cast<DOMElement*>(childNode)));\r
-            processChildElement(xmlObject, childObject.get());\r
+            processChildElement(xmlObject, childObject.get(), static_cast<DOMElement*>(childNode));\r
             childObject.release();\r
         }\r
         else if (childNode->getNodeType() == DOMNode::TEXT_NODE) {\r