diff options
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r-- | include/vcl/svapp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx index e1d8320404bc..1755b50216cf 100644 --- a/include/vcl/svapp.hxx +++ b/include/vcl/svapp.hxx @@ -1521,7 +1521,7 @@ public: } }; -class VCL_DLLPUBLIC SolarMutexClearableGuard SAL_FINAL +class VCL_DLLPUBLIC SolarMutexClearableGuard final { SolarMutexClearableGuard( const SolarMutexClearableGuard& ) = delete; const SolarMutexClearableGuard& operator = ( const SolarMutexClearableGuard& ) = delete; @@ -1559,7 +1559,7 @@ protected: comphelper::SolarMutex& m_solarMutex; }; -class VCL_DLLPUBLIC SolarMutexResettableGuard SAL_FINAL +class VCL_DLLPUBLIC SolarMutexResettableGuard final { SolarMutexResettableGuard( const SolarMutexResettableGuard& ) = delete; const SolarMutexResettableGuard& operator = ( const SolarMutexResettableGuard& ) = delete; |