summaryrefslogtreecommitdiffstats
path: root/src/livarot/PathStroke.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/livarot/PathStroke.cpp')
-rw-r--r--src/livarot/PathStroke.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/livarot/PathStroke.cpp b/src/livarot/PathStroke.cpp
index 07ecc8114..50c335176 100644
--- a/src/livarot/PathStroke.cpp
+++ b/src/livarot/PathStroke.cpp
@@ -38,10 +38,9 @@ static Geom::Point StrokeNormalize(const Geom::Point value, double length) {
}
}
-void Path::Stroke(Shape &destr, bool doClose, double width, JoinType join,
+void Path::Stroke(Shape *dest, bool doClose, double width, JoinType join,
ButtType butt, double miter, bool justAdd)
{
- ::Shape* dest = &destr;
if (dest == NULL) {
return;
}