summaryrefslogtreecommitdiff
path: root/vcl/inc/controldata.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/controldata.hxx')
-rw-r--r--vcl/inc/controldata.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/controldata.hxx b/vcl/inc/controldata.hxx
index 20720911d038..0ef77c809541 100644
--- a/vcl/inc/controldata.hxx
+++ b/vcl/inc/controldata.hxx
@@ -30,7 +30,7 @@ namespace vcl
struct ImplControlData
{
mutable ControlLayoutData* mpLayoutData;
- OutputDevice* mpReferenceDevice;
+ VclPtr<OutputDevice> mpReferenceDevice;
ImplControlData()
:mpLayoutData( NULL )