Fix Solaris warning.
authorScott Cantor <cantor.2@osu.edu>
Tue, 18 Mar 2008 01:26:59 +0000 (01:26 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 18 Mar 2008 01:26:59 +0000 (01:26 +0000)
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.
          *