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.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/configmgr/source/lock.hxx b/configmgr/source/lock.hxx
index ee98efcc365f..155c61e6f7fa 100644
--- a/configmgr/source/lock.hxx
+++ b/configmgr/source/lock.hxx
@@ -22,11 +22,10 @@
#include <sal/config.h>
#include <osl/mutex.hxx>
-#include <memory>
namespace configmgr {
-std::shared_ptr<osl::Mutex> const & lock();
+ osl::Mutex& theConfigLock();
}