diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-08-31 12:07:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-08-31 12:14:39 +0200 |
commit | 00b101bb6ce0e5eb56b4f9490849de15aeba6b63 (patch) | |
tree | e7538c2c04347e4452a572abce53c76a09d05f49 /canvas/source/directx/dx_impltools.cxx | |
parent | f192302a57a7c49f711c87eef548f93a3364d9b9 (diff) |
loplugin:constparams: canvas (clang-cl)
Change-Id: I892498d323acd72757a05bac05d19c62f11f7cd3
Diffstat (limited to 'canvas/source/directx/dx_impltools.cxx')
-rw-r--r-- | canvas/source/directx/dx_impltools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_impltools.cxx b/canvas/source/directx/dx_impltools.cxx index 0a32b6d2d9f7..0ec1240019ea 100644 --- a/canvas/source/directx/dx_impltools.cxx +++ b/canvas/source/directx/dx_impltools.cxx @@ -172,7 +172,7 @@ namespace dxcanvas static_cast<Gdiplus::REAL>(rPoint.Y) ); } - void graphicsPathFromB2DPolygon( GraphicsPathSharedPtr& rOutput, + void graphicsPathFromB2DPolygon( GraphicsPathSharedPtr const & rOutput, std::vector< Gdiplus::PointF >& rPoints, const ::basegfx::B2DPolygon& rPoly, bool bNoLineJoin) |