summaryrefslogtreecommitdiff
path: root/include/comphelper/refcountedmutex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/refcountedmutex.hxx')
-rw-r--r--include/comphelper/refcountedmutex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/refcountedmutex.hxx b/include/comphelper/refcountedmutex.hxx
index cda0c981890a..fcda72097988 100644
--- a/include/comphelper/refcountedmutex.hxx
+++ b/include/comphelper/refcountedmutex.hxx
@@ -26,10 +26,10 @@
namespace comphelper
{
-
class COMPHELPER_DLLPUBLIC RefCountedMutex final : public salhelper::SimpleReferenceObject
{
osl::Mutex m_aMutex;
+
public:
~RefCountedMutex() override;