summaryrefslogtreecommitdiffstats
path: root/include/vcl/graph.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r--include/vcl/graph.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx
index 3869db57b782..1339a88c7319 100644
--- a/include/vcl/graph.hxx
+++ b/include/vcl/graph.hxx
@@ -66,9 +66,9 @@ public:
protected:
OUString maUpperName;
- GraphicReader() : mpReaderData( nullptr ) {}
+ GraphicReader();
private:
- ReaderData* mpReaderData;
+ std::unique_ptr<ReaderData> mpReaderData;
};
class VCL_DLLPUBLIC GraphicConversionParameters