diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-20 11:13:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-06-21 08:19:49 +0200 |
commit | 4c93de2c921b43193985c057b03e329d6dddc5d4 (patch) | |
tree | 3deccb18a9ebc941f7dcd3ff14780b8dcd9951f2 /vcl/inc/unx | |
parent | ec665e3e898e733c9f602b21046079e569b58568 (diff) |
merge GenericSolarMutex and SolarMutex
Since nothing else is implementing the SolarMutex abstract class.
Change-Id: I2a41254af3e9c7534033cdd0bece9dd8e0258b9d
Reviewed-on: https://gerrit.libreoffice.org/56153
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r-- | vcl/inc/unx/geninst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/geninst.h b/vcl/inc/unx/geninst.h index 3b9b7b79ca82..a1c5959f3b69 100644 --- a/vcl/inc/unx/geninst.h +++ b/vcl/inc/unx/geninst.h @@ -28,7 +28,7 @@ #include <saldatabasic.hxx> #include <unx/genprn.h> -class VCL_DLLPUBLIC SalYieldMutex : public comphelper::GenericSolarMutex +class VCL_DLLPUBLIC SalYieldMutex : public comphelper::SolarMutex { public: SalYieldMutex(); |