mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 00:08:55 +00:00
LibGfx: Make BMPWriter::dump() not take a RefPtr
This commit is contained in:
parent
833d0d95c9
commit
a2ccf38f11
Notes:
sideshowbarker
2024-07-17 21:11:12 +09:00
Author: https://github.com/nico
Commit: a2ccf38f11
Pull-request: https://github.com/SerenityOS/serenity/pull/17826
Reviewed-by: https://github.com/linusg ✅
2 changed files with 11 additions and 11 deletions
|
@ -30,7 +30,7 @@ public:
|
|||
private:
|
||||
BMPWriter() = default;
|
||||
|
||||
ByteBuffer dump(RefPtr<Bitmap const>, Options options);
|
||||
ByteBuffer dump(Bitmap const&, Options options);
|
||||
|
||||
enum class Compression : u32 {
|
||||
BI_RGB = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue