summaryrefslogtreecommitdiff
path: root/configmgr/source/lock.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/lock.hxx')
-rw-r--r--configmgr/source/lock.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/lock.hxx b/configmgr/source/lock.hxx
index 1d5c33e0ac04..d8c050e824e6 100644
--- a/configmgr/source/lock.hxx
+++ b/configmgr/source/lock.hxx
@@ -22,11 +22,11 @@
#include <sal/config.h>
#include <osl/mutex.hxx>
-#include <boost/shared_ptr.hpp>
+#include <memory>
namespace configmgr {
-boost::shared_ptr<osl::Mutex> lock();
+std::shared_ptr<osl::Mutex> lock();
}