Imported Upstream version 2.2.1+dfsg
[shibboleth/sp.git] / shibsp / attribute / filtering / impl / NotMatchFunctor.cpp
index 0f79a84..9a22474 100644 (file)
@@ -99,7 +99,7 @@ MatchFunctor* NotMatchFunctor::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.");