Boost related changes
[shibboleth/cpp-opensaml.git] / saml / binding / ArtifactMap.h
index 224862c..36bdc23 100644 (file)
@@ -110,7 +110,7 @@ namespace opensaml {
     private:
         xmltooling::StorageService* m_storage;
         std::string m_context;
-        ArtifactMappings* m_mappings;
+        std::auto_ptr<ArtifactMappings> m_mappings;
         unsigned int m_artifactTTL;
     };