mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:27:35 +00:00
LibWeb: Add missing virtual destructor in AnimationEffect
This commit is contained in:
parent
154b4d4196
commit
df4be9a479
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
AnimationEffect(JS::Realm&);
|
AnimationEffect(JS::Realm&);
|
||||||
|
virtual ~AnimationEffect() = default;
|
||||||
|
|
||||||
virtual void initialize(JS::Realm&) override;
|
virtual void initialize(JS::Realm&) override;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue