diff options
Diffstat (limited to 'WebCore/svg/SVGMPathElement.h')
-rw-r--r-- | WebCore/svg/SVGMPathElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGMPathElement.h b/WebCore/svg/SVGMPathElement.h index 50a7dd1..b25fc19 100644 --- a/WebCore/svg/SVGMPathElement.h +++ b/WebCore/svg/SVGMPathElement.h @@ -35,7 +35,7 @@ namespace WebCore { SVGMPathElement(const QualifiedName&, Document*); virtual ~SVGMPathElement(); - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void synchronizeProperty(const QualifiedName&); SVGPathElement* pathElement(); |