summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGPathElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGPathElement.h')
-rw-r--r--WebCore/svg/SVGPathElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGPathElement.h b/WebCore/svg/SVGPathElement.h
index cc4e7bd..394983d 100644
--- a/WebCore/svg/SVGPathElement.h
+++ b/WebCore/svg/SVGPathElement.h
@@ -89,7 +89,7 @@ namespace WebCore {
virtual SVGPathSegList* animatedPathSegList() const;
virtual SVGPathSegList* animatedNormalizedPathSegList() const;
- virtual Path toPathData() const;
+ virtual void toPathData(Path&) const;
private:
SVGPathElement(const QualifiedName&, Document*);