summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGRectElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGRectElement.h')
-rw-r--r--WebCore/svg/SVGRectElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGRectElement.h b/WebCore/svg/SVGRectElement.h
index 382078d..668366b 100644
--- a/WebCore/svg/SVGRectElement.h
+++ b/WebCore/svg/SVGRectElement.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;