From 958f7a7b772cff53e441b02c322ffbd80decc9a0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 25 Sep 2016 20:49:17 +0100 Subject: impl this with a std::unique_ptr Change-Id: Ia2a7971bf67bac2ed2c5dd3ef48a17f4f3d59a5d --- sd/inc/OutlinerIterator.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/inc') diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx index b261ed4e5997..2fc5a6cd9647 100644 --- a/sd/inc/OutlinerIterator.hxx +++ b/sd/inc/OutlinerIterator.hxx @@ -135,7 +135,7 @@ public: private: /// The implementation object to which most of the methods are forwarded. - IteratorImplBase* mpIterator; + std::unique_ptr mxIterator; }; /** This class wraps the Outliner class and represents it as -- cgit