diff options
Diffstat (limited to 'cppcanvas/source/inc')
-rw-r--r-- | cppcanvas/source/inc/canvasgraphichelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppcanvas/source/inc/canvasgraphichelper.hxx b/cppcanvas/source/inc/canvasgraphichelper.hxx index b992b1d409b0..6a091d78895a 100644 --- a/cppcanvas/source/inc/canvasgraphichelper.hxx +++ b/cppcanvas/source/inc/canvasgraphichelper.hxx @@ -50,7 +50,7 @@ namespace cppcanvas virtual void setTransformation( const ::basegfx::B2DHomMatrix& rMatrix ) override; virtual void setClip( const ::basegfx::B2DPolyPolygon& rClipPoly ) override; virtual void setClip() override; - virtual void setCompositeOp( CompositeOp aOp ) override; + virtual void setCompositeOp( sal_Int8 aOp ) override; protected: // for our clients |