summaryrefslogtreecommitdiffstats
path: root/vcl/unx/generic/gdi/gdiimpl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/gdi/gdiimpl.hxx')
-rw-r--r--vcl/unx/generic/gdi/gdiimpl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/unx/generic/gdi/gdiimpl.hxx b/vcl/unx/generic/gdi/gdiimpl.hxx
index 3d35cef118ab..a6e12ecb6d14 100644
--- a/vcl/unx/generic/gdi/gdiimpl.hxx
+++ b/vcl/unx/generic/gdi/gdiimpl.hxx
@@ -33,6 +33,7 @@ class SalGraphics;
class SalBitmap;
class SalPolyLine;
class X11SalGraphics;
+class Gradient;
class X11SalGraphicsImpl : public SalGraphicsImpl
{
@@ -261,7 +262,7 @@ public:
long nWidth, long nHeight,
sal_uInt8 nTransparency ) SAL_OVERRIDE;
-
+ virtual bool drawGradient(const tools::PolyPolygon& rPolygon, const Gradient& rGradient) SAL_OVERRIDE;
};
#endif