Fix Solaris warning.
[shibboleth/xmltooling.git] / xmltooling / ConcreteXMLObjectBuilder.h
index 41c1dbf..40da9e0 100644 (file)
@@ -36,6 +36,8 @@ namespace xmltooling {
     public:
         virtual ~ConcreteXMLObjectBuilder() {}
 
+        using XMLObjectBuilder::buildObject;
+        
         /**
          * Creates an empty XMLObject with a defaulted element name and/or type.
          *