summaryrefslogtreecommitdiff
path: root/include/comphelper/componentbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/componentbase.hxx')
-rw-r--r--include/comphelper/componentbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/componentbase.hxx b/include/comphelper/componentbase.hxx
index 3d785087b87a..ce6353be40be 100644
--- a/include/comphelper/componentbase.hxx
+++ b/include/comphelper/componentbase.hxx
@@ -127,7 +127,7 @@ namespace comphelper
}
private:
- ::osl::ResettableMutexGuard m_aMutexGuard;
+ osl::ClearableMutexGuard m_aMutexGuard;
};