mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 00:08:55 +00:00
LibWeb: Add missing virtual destructor in AnimationEffect
This commit is contained in:
parent
154b4d4196
commit
df4be9a479
Notes:
sideshowbarker
2024-07-17 05:41:34 +09:00
Author: https://github.com/mattco98
Commit: df4be9a479
Pull-request: https://github.com/SerenityOS/serenity/pull/23079
Reviewed-by: https://github.com/AtkinsSJ ✅
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