Clean Solaris build.
[shibboleth/sp.git] / shibsp / attribute / filtering / impl / NotMatchFunctor.cpp
index 17d9bcd..0f79a84 100644 (file)
@@ -104,6 +104,6 @@ MatchFunctor* NotMatchFunctor::buildFunctor(const DOMElement* e, const FilterPol
         throw ConfigurationException("Child Rule found with no xsi:type.");
 
     MatchFunctor* func = SPConfig::getConfig().MatchFunctorManager.newPlugin(*type.get(), make_pair(functorMap,e));
-    functorMap->getMatchFunctors().insert(make_pair(id, func));
+    functorMap->getMatchFunctors().insert(multimap<string,MatchFunctor*>::value_type(id, func));
     return func;
 }