Fix Solaris warning.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 18 Mar 2008 01:26:59 +0000 (01:26 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 18 Mar 2008 01:26:59 +0000 (01:26 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@487 de75baf8-a10c-0410-a50a-987c0e22f00f

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.
          *