summaryrefslogtreecommitdiff
path: root/include/svl/inethist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svl/inethist.hxx')
-rw-r--r--include/svl/inethist.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svl/inethist.hxx b/include/svl/inethist.hxx
index 90a12bbb70fd..2a03d3b90d91 100644
--- a/include/svl/inethist.hxx
+++ b/include/svl/inethist.hxx
@@ -23,6 +23,7 @@
#include <svl/hint.hxx>
#include <svl/svldllapi.h>
#include <tools/urlobj.hxx>
+#include <memory>
class INetURLHistory_Impl;
class SVL_DLLPUBLIC INetURLHistory : public SfxBroadcaster
@@ -35,7 +36,7 @@ class SVL_DLLPUBLIC INetURLHistory : public SfxBroadcaster
/** Representation.
*/
- INetURLHistory_Impl *m_pImpl;
+ std::unique_ptr<INetURLHistory_Impl> m_pImpl;
/** Construction/Destruction.
*/