From 820576af4fd6441a752742b43d804e9837839925 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 19 Mar 2015 13:54:12 +0200 Subject: start wrapping OutputDevice in VclPtr Change-Id: If3ecbb0599b50d50ce6b3997ca7892200c332ffe --- include/vcl/decoview.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/vcl/decoview.hxx') diff --git a/include/vcl/decoview.hxx b/include/vcl/decoview.hxx index 4094f693bca2..2de96a5941dd 100644 --- a/include/vcl/decoview.hxx +++ b/include/vcl/decoview.hxx @@ -21,6 +21,7 @@ #define INCLUDED_VCL_DECOVIEW_HXX #include +#include #include class Rectangle; @@ -70,7 +71,7 @@ class OutputDevice; class VCL_DLLPUBLIC DecorationView { private: - OutputDevice* mpOutDev; + VclPtr mpOutDev; public: DecorationView(OutputDevice* pOutDev); -- cgit