mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +00:00
Assistant: Make Provider ref-counted
This commit is contained in:
parent
5fe619de99
commit
ada1d4906e
Notes:
sideshowbarker
2024-07-17 20:49:49 +09:00
Author: https://github.com/Rummskartoffel
Commit: ada1d4906e
Pull-request: https://github.com/SerenityOS/serenity/pull/11919
Issue: https://github.com/SerenityOS/serenity/issues/11766
Reviewed-by: https://github.com/alimpfard ✅
Reviewed-by: https://github.com/awesomekling
2 changed files with 7 additions and 7 deletions
|
@ -128,7 +128,7 @@ private:
|
|||
RefPtr<Gfx::Bitmap> m_bitmap;
|
||||
};
|
||||
|
||||
class Provider {
|
||||
class Provider : public RefCounted<Provider> {
|
||||
public:
|
||||
virtual ~Provider() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue