summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGCircleElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGCircleElement.h')
-rw-r--r--WebCore/svg/SVGCircleElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGCircleElement.h b/WebCore/svg/SVGCircleElement.h
index dd11792..4eb9262 100644
--- a/WebCore/svg/SVGCircleElement.h
+++ b/WebCore/svg/SVGCircleElement.h
@@ -45,7 +45,7 @@ namespace WebCore {
virtual void svgAttributeChanged(const QualifiedName&);
virtual void synchronizeProperty(const QualifiedName&);
- virtual Path toPathData() const;
+ virtual void toPathData(Path&) const;
virtual bool selfHasRelativeLengths() const;