diff options
Diffstat (limited to 'include/drawinglayer/primitive2d/borderlineprimitive2d.hxx')
-rw-r--r-- | include/drawinglayer/primitive2d/borderlineprimitive2d.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx b/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx index 1dc857ec357e..fe4580d079a4 100644 --- a/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx +++ b/include/drawinglayer/primitive2d/borderlineprimitive2d.hxx @@ -113,7 +113,7 @@ private: public: /// simplified constructor for BorderLine with single edge BorderLinePrimitive2D(const basegfx::B2DPoint& rStart, const basegfx::B2DPoint& rEnd, - const std::vector<BorderLine>& rBorderLines, + std::vector<BorderLine>&& rBorderLines, const drawinglayer::attribute::StrokeAttribute& rStrokeAttribute); /// data read access |