From aa9dfcee5039246874809f1235835415b8eaa1a9 Mon Sep 17 00:00:00 2001 From: Louis-Francis Ratté-Boulianne Date: Thu, 13 Nov 2014 21:30:05 -0500 Subject: vcl: Implement copyBits in the OpenGL backend Change-Id: I101afd11394d3d024d38519afd61d700114702ac --- vcl/inc/headless/svpgdi.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/inc/headless') diff --git a/vcl/inc/headless/svpgdi.hxx b/vcl/inc/headless/svpgdi.hxx index 9f2604f073c5..4da3ffa1a59b 100644 --- a/vcl/inc/headless/svpgdi.hxx +++ b/vcl/inc/headless/svpgdi.hxx @@ -137,6 +137,7 @@ public: SvpSalGraphics(); virtual ~SvpSalGraphics(); + virtual SalGraphicsImpl* GetImpl() const SAL_OVERRIDE { return NULL; }; virtual void GetResolution( sal_Int32& rDPIX, sal_Int32& rDPIY ) SAL_OVERRIDE; virtual sal_uInt16 GetBitCount() const SAL_OVERRIDE; virtual long GetGraphicsWidth() const SAL_OVERRIDE; -- cgit