Fix Solaris warning.
authorScott Cantor <cantor.2@osu.edu>
Tue, 13 Nov 2007 17:52:58 +0000 (17:52 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 13 Nov 2007 17:52:58 +0000 (17:52 +0000)
xmltooling/soap/impl/SOAPImpl.cpp

index 1822776..e6fc4d6 100644 (file)
@@ -228,6 +228,7 @@ namespace {
         IMPL_STRING_ATTRIB(EncodingStyle);
         IMPL_XMLOBJECT_CHILDREN(UnknownXMLObject, m_children.end());
 
+        using AbstractAttributeExtensibleXMLObject::setAttribute;
         void setAttribute(QName& qualifiedName, const XMLCh* value, bool ID=false) {
             if (qualifiedName.hasNamespaceURI() && XMLString::equals(qualifiedName.getNamespaceURI(),SOAP11ENV_NS)) {
                 if (XMLString::equals(qualifiedName.getLocalPart(),ENCODINGSTYLE_ATTRIB_NAME)) {