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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/lock.hxx b/configmgr/source/lock.hxx
index d8c050e824e6..ee98efcc365f 100644
--- a/configmgr/source/lock.hxx
+++ b/configmgr/source/lock.hxx
@@ -26,7 +26,7 @@
namespace configmgr {
-std::shared_ptr<osl::Mutex> lock();
+std::shared_ptr<osl::Mutex> const & lock();
}