summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/instancelocker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/instancelocker.hxx')
-rw-r--r--comphelper/source/misc/instancelocker.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/instancelocker.hxx b/comphelper/source/misc/instancelocker.hxx
index a188e6e4614e..c5420b6ff931 100644
--- a/comphelper/source/misc/instancelocker.hxx
+++ b/comphelper/source/misc/instancelocker.hxx
@@ -74,7 +74,7 @@ public:
class OLockListener : public ::cppu::WeakImplHelper< css::util::XCloseListener,
css::frame::XTerminateListener >
{
- ::osl::Mutex m_aMutex;
+ std::mutex m_aMutex;
css::uno::Reference< css::uno::XInterface > m_xInstance;
css::uno::Reference< css::embed::XActionsApproval > m_xApproval;