summaryrefslogtreecommitdiff
path: root/vcl/quartz/cairo_quartz_cairo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/quartz/cairo_quartz_cairo.hxx')
-rw-r--r--vcl/quartz/cairo_quartz_cairo.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/quartz/cairo_quartz_cairo.hxx b/vcl/quartz/cairo_quartz_cairo.hxx
index a3f94d20abf3..9c31c42c6ab9 100644
--- a/vcl/quartz/cairo_quartz_cairo.hxx
+++ b/vcl/quartz/cairo_quartz_cairo.hxx
@@ -55,7 +55,7 @@ namespace cairo {
virtual CairoSurfaceSharedPtr getCairoSurface() const { return mpSurface; }
virtual SurfaceSharedPtr getSimilar( Content aContent, int width, int height ) const;
- virtual boost::shared_ptr<VirtualDevice> createVirtualDevice() const;
+ virtual VclPtr<VirtualDevice> createVirtualDevice() const;
virtual void flush() const;