diff options
Diffstat (limited to 'canvas/source/vcl/impltools.hxx')
-rw-r--r-- | canvas/source/vcl/impltools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/vcl/impltools.hxx b/canvas/source/vcl/impltools.hxx index 059495523db0..c294efd89ae7 100644 --- a/canvas/source/vcl/impltools.hxx +++ b/canvas/source/vcl/impltools.hxx @@ -158,7 +158,7 @@ namespace vclcanvas } } - OutputDevice* mpOutDev; + VclPtr<OutputDevice> mpOutDev; const bool mbMappingWasEnabled; const sal_uInt16 mnAntiAliasing; }; |