Shortcuts for unmarshalling in builder interface, adjusted tests
[shibboleth/cpp-xmltooling.git] / xmltooling / impl / UnknownElement.h
index 7ac3103..bfc5b1a 100644 (file)
@@ -68,7 +68,7 @@ namespace xmltooling {
     class XMLTOOL_DLLLOCAL UnknownElementBuilder : public XMLObjectBuilder\r
     {\r
     public:\r
-        XMLObject* buildObject(const DOMElement* e=NULL) const {\r
+        UnknownElementImpl* buildObject() const {\r
             return new UnknownElementImpl();\r
         }\r
     };\r