Imported Upstream version 2.2.1+dfsg
[shibboleth/sp.git] / shibsp / attribute / filtering / impl / AndMatchFunctor.cpp
index 857050d..35cea2c 100644 (file)
@@ -109,7 +109,7 @@ MatchFunctor* AndMatchFunctor::buildFunctor(const DOMElement* e, const FilterPol
     if (*id && functorMap->getMatchFunctors().count(id))
         id = "";
 
-    auto_ptr<QName> type(XMLHelper::getXSIType(e));
+    auto_ptr<xmltooling::QName> type(XMLHelper::getXSIType(e));
     if (!type.get())
         throw ConfigurationException("Child Rule found with no xsi:type.");