diff options
Diffstat (limited to 'include/comphelper/MasterPropertySet.hxx')
-rw-r--r-- | include/comphelper/MasterPropertySet.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/MasterPropertySet.hxx b/include/comphelper/MasterPropertySet.hxx index 4fe94ac90267..4a78c5ee7638 100644 --- a/include/comphelper/MasterPropertySet.hxx +++ b/include/comphelper/MasterPropertySet.hxx @@ -60,7 +60,7 @@ namespace comphelper public css::beans::XMultiPropertySet { protected: - SolarMutex* mpMutex; + SolarMutex* const mpMutex; sal_uInt8 mnLastId; std::map< sal_uInt8, comphelper::SlaveData* > maSlaveMap; rtl::Reference< MasterPropertySetInfo > mxInfo; |