summaryrefslogtreecommitdiff
path: root/store/source/storbios.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'store/source/storbios.hxx')
-rw-r--r--store/source/storbios.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/source/storbios.hxx b/store/source/storbios.hxx
index 336a37ff0515..a563f5b55a12 100644
--- a/store/source/storbios.hxx
+++ b/store/source/storbios.hxx
@@ -178,7 +178,7 @@ private:
inline OStorePageBIOS::operator osl::Mutex& (void) const
{
- return (osl::Mutex&)m_aMutex;
+ return const_cast<osl::Mutex&>(m_aMutex);
}
inline bool OStorePageBIOS::isWriteable() const
{