diff options
Diffstat (limited to 'WebCore/svg/SVGTransform.h')
-rw-r--r-- | WebCore/svg/SVGTransform.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/svg/SVGTransform.h b/WebCore/svg/SVGTransform.h index 071d908..db6a42f 100644 --- a/WebCore/svg/SVGTransform.h +++ b/WebCore/svg/SVGTransform.h @@ -44,8 +44,7 @@ namespace WebCore { SVGTransform(); SVGTransform(SVGTransformType); explicit SVGTransform(const AffineTransform&); - virtual ~SVGTransform(); - + SVGTransformType type() const; AffineTransform matrix() const; |