Copied over mapping and filtering schemas.
[shibboleth/sp.git] / shibsp / security / PKIXTrustEngine.cpp
index bc9f27c..c8ed9bc 100644 (file)
@@ -79,7 +79,7 @@ namespace shibsp {
         mutable map<const ObservableMetadataProvider*,credmap_t> m_credentialMap;
     };
     
-    SHIBSP_DLLLOCAL PluginManager<TrustEngine,const DOMElement*>::Factory PKIXTrustEngineFactory;
+    SHIBSP_DLLLOCAL PluginManager<TrustEngine,string,const DOMElement*>::Factory PKIXTrustEngineFactory;
 
     TrustEngine* SHIBSP_DLLLOCAL PKIXTrustEngineFactory(const DOMElement* const & e)
     {