diff options
Diffstat (limited to 'WebCore/svg/SVGFEMergeNodeElement.h')
-rw-r--r-- | WebCore/svg/SVGFEMergeNodeElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFEMergeNodeElement.h b/WebCore/svg/SVGFEMergeNodeElement.h index 5ccfe94..3367f79 100644 --- a/WebCore/svg/SVGFEMergeNodeElement.h +++ b/WebCore/svg/SVGFEMergeNodeElement.h @@ -32,7 +32,7 @@ namespace WebCore { SVGFEMergeNodeElement(const QualifiedName&, Document*); virtual ~SVGFEMergeNodeElement(); - virtual void parseMappedAttribute(MappedAttribute*); + virtual void parseMappedAttribute(Attribute*); virtual void synchronizeProperty(const QualifiedName&); private: |