summaryrefslogtreecommitdiff
path: root/include/vcl/transfer.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-07-30 15:24:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-07-31 14:24:22 +0200
commit8adf13fe66e1bdc30e3390f59c9fb33269f4b9dc (patch)
treeefd6c17f9798737d71b41b7d3a80b43ac601750c /include/vcl/transfer.hxx
parent95e7f977acc81555525565853e42e9df9ff5ebad (diff)
osl::Mutex->std::mutex in DropTargetHelper
Change-Id: I7a8e58cb023576d671a8b39082f00029d784cc65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119728 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/vcl/transfer.hxx')
-rw-r--r--include/vcl/transfer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/transfer.hxx b/include/vcl/transfer.hxx
index 0b13f504926c..99413ad189e3 100644
--- a/include/vcl/transfer.hxx
+++ b/include/vcl/transfer.hxx
@@ -449,7 +449,7 @@ private:
friend class DropTargetHelper::DropTargetListener;
private:
- osl::Mutex maMutex;
+ std::mutex maMutex;
css::uno::Reference< css::datatransfer::dnd::XDropTarget > mxDropTarget;
css::uno::Reference< css::datatransfer::dnd::XDropTargetListener > mxDropTargetListener;