summaryrefslogtreecommitdiff
path: root/include/comphelper/solarmutex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/solarmutex.hxx')
-rw-r--r--include/comphelper/solarmutex.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/solarmutex.hxx b/include/comphelper/solarmutex.hxx
index c50eba29dcda..48453de915e4 100644
--- a/include/comphelper/solarmutex.hxx
+++ b/include/comphelper/solarmutex.hxx
@@ -54,8 +54,8 @@ protected:
virtual ~SolarMutex();
private:
- SolarMutex(const SolarMutex&) SAL_DELETED_FUNCTION;
- SolarMutex& operator=(const SolarMutex&) SAL_DELETED_FUNCTION;
+ SolarMutex(const SolarMutex&) = delete;
+ SolarMutex& operator=(const SolarMutex&) = delete;
};
}