mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 13:27:34 +00:00
Assistant: Make Provider ref-counted
This commit is contained in:
parent
5fe619de99
commit
ada1d4906e
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