mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibAudio: Make FlacLoaderPlugin
destructor virtual
This commit is contained in:
parent
2ddcfcb00f
commit
27539440df
Notes:
sideshowbarker
2024-07-17 04:30:11 +09:00
Author: https://github.com/LucasChollet
Commit: 27539440df
Pull-request: https://github.com/SerenityOS/serenity/pull/15466
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 1 additions and 3 deletions
|
@ -49,9 +49,7 @@ class FlacLoaderPlugin : public LoaderPlugin {
|
|||
public:
|
||||
explicit FlacLoaderPlugin(StringView path);
|
||||
explicit FlacLoaderPlugin(Bytes buffer);
|
||||
~FlacLoaderPlugin()
|
||||
{
|
||||
}
|
||||
virtual ~FlacLoaderPlugin() override = default;
|
||||
|
||||
virtual MaybeLoaderError initialize() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue