diff options
Diffstat (limited to 'include/xmloff/prhdlfac.hxx')
-rw-r--r-- | include/xmloff/prhdlfac.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/prhdlfac.hxx b/include/xmloff/prhdlfac.hxx index e21b5cb32415..3b045831c49a 100644 --- a/include/xmloff/prhdlfac.hxx +++ b/include/xmloff/prhdlfac.hxx @@ -95,7 +95,7 @@ private: const; typedef ::std::map< sal_Int32, XMLPropertyHandler* > CacheMap; - CacheMap maHandlerCache; + mutable CacheMap maHandlerCache; }; #endif // INCLUDED_XMLOFF_PRHDLFAC_HXX |