Adjust Lock API
[shibboleth/cpp-opensaml.git] / saml / internal.h
index 5d66226..8183321 100644 (file)
@@ -111,7 +111,7 @@ namespace opensaml {
 
     private:
         int m_initCount;
-        xmltooling::Mutex* m_lock;
+        std::auto_ptr<xmltooling::Mutex> m_lock;
     };
     /// @endcond