mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 11:28:11 +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:
|
||||
AnimationEffect(JS::Realm&);
|
||||
virtual ~AnimationEffect() = default;
|
||||
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue