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