summaryrefslogtreecommitdiff
path: root/svl/source/fsstor/fsstorage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/fsstor/fsstorage.hxx')
-rw-r--r--svl/source/fsstor/fsstorage.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/fsstor/fsstorage.hxx b/svl/source/fsstor/fsstorage.hxx
index a3ba6b2ffc65..18574f2b7205 100644
--- a/svl/source/fsstor/fsstorage.hxx
+++ b/svl/source/fsstor/fsstorage.hxx
@@ -43,7 +43,7 @@ class FSStorage : public css::lang::XTypeProvider
, public ::cppu::OWeakObject
{
::osl::Mutex m_aMutex;
- FSStorage_Impl* m_pImpl;
+ std::unique_ptr<FSStorage_Impl> m_pImpl;
protected: