summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGNumberList.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGNumberList.h')
-rw-r--r--WebCore/svg/SVGNumberList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGNumberList.h b/WebCore/svg/SVGNumberList.h
index 29de27e..329968b 100644
--- a/WebCore/svg/SVGNumberList.h
+++ b/WebCore/svg/SVGNumberList.h
@@ -29,7 +29,7 @@ namespace WebCore {
class String;
- class SVGNumberList : public SVGList<float> {
+ class SVGNumberList : public SVGPODList<float> {
public:
static PassRefPtr<SVGNumberList> create(const QualifiedName& attributeName) { return adoptRef(new SVGNumberList(attributeName)); }
virtual ~SVGNumberList();