diff options
Diffstat (limited to 'WebCore/svg/SVGFEComponentTransferElement.h')
-rw-r--r-- | WebCore/svg/SVGFEComponentTransferElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFEComponentTransferElement.h b/WebCore/svg/SVGFEComponentTransferElement.h index cab195b..62677e6 100644 --- a/WebCore/svg/SVGFEComponentTransferElement.h +++ b/WebCore/svg/SVGFEComponentTransferElement.h @@ -32,7 +32,7 @@ public: SVGFEComponentTransferElement(const QualifiedName&, Document*); virtual ~SVGFEComponentTransferElement(); - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void synchronizeProperty(const QualifiedName&); virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*); |