diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/2geom/svg-path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/2geom/svg-path.cpp b/src/2geom/svg-path.cpp index 312db9d23..60ae957cb 100644 --- a/src/2geom/svg-path.cpp +++ b/src/2geom/svg-path.cpp @@ -50,7 +50,7 @@ void output(QuadraticBezier const &curve, SVGPathSink &sink) { sink.quadTo(curve[1], curve[2]); } -void output(SVGEllipticalArc const &curve, SVGPathSink &sink) { +void output(SVGEllipticalArc const &/*curve*/, SVGPathSink &/*sink*/) { // FIXME } |
