diff options
Diffstat (limited to 'WebCore/svg/SVGLocatable.h')
-rw-r--r-- | WebCore/svg/SVGLocatable.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/svg/SVGLocatable.h b/WebCore/svg/SVGLocatable.h index 2e51dc5..b19f5cd 100644 --- a/WebCore/svg/SVGLocatable.h +++ b/WebCore/svg/SVGLocatable.h @@ -33,8 +33,7 @@ class SVGElement; class SVGLocatable { public: - SVGLocatable(); - virtual ~SVGLocatable(); + virtual ~SVGLocatable() { } // 'SVGLocatable' functions virtual SVGElement* nearestViewportElement() const = 0; |