diff options
Diffstat (limited to 'WebCore/svg/SVGAnimatedPoints.h')
-rw-r--r-- | WebCore/svg/SVGAnimatedPoints.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/svg/SVGAnimatedPoints.h b/WebCore/svg/SVGAnimatedPoints.h index ec2f2ae..a62f60c 100644 --- a/WebCore/svg/SVGAnimatedPoints.h +++ b/WebCore/svg/SVGAnimatedPoints.h @@ -24,12 +24,12 @@ #if ENABLE(SVG) namespace WebCore { + class SVGPointList; class SVGAnimatedPoints { public: - SVGAnimatedPoints(); - virtual ~SVGAnimatedPoints(); + virtual ~SVGAnimatedPoints() { } // 'SVGAnimatedPoints' functions virtual SVGPointList* points() const = 0; |