summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGPolylineElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGPolylineElement.h')
-rw-r--r--WebCore/svg/SVGPolylineElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGPolylineElement.h b/WebCore/svg/SVGPolylineElement.h
index d3fe555..dfcfcda 100644
--- a/WebCore/svg/SVGPolylineElement.h
+++ b/WebCore/svg/SVGPolylineElement.h
@@ -33,7 +33,7 @@ namespace WebCore {
private:
SVGPolylineElement(const QualifiedName&, Document*);
- virtual Path toPathData() const;
+ virtual void toPathData(Path&) const;
};
} // namespace WebCore