mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-30 22:54:35 +03: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: https://github.com/SerenityOS/serenity/commit/df4be9a479 Pull-request: https://github.com/SerenityOS/serenity/pull/23079 Reviewed-by: https://github.com/AtkinsSJ ✅
@ -132,6 +132,7 @@ public:
|
||||
|
||||
protected:
|
||||
AnimationEffect(JS::Realm&);
|
||||
virtual ~AnimationEffect() = default;
|
||||
|
||||
virtual void initialize(JS::Realm&) override;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user