LibGfx: Make BMPWriter::dump() not take a RefPtr

This commit is contained in:
Nico Weber 2023-03-12 12:45:30 -04:00 committed by Jelle Raaijmakers
commit a2ccf38f11
Notes: sideshowbarker 2024-07-17 21:11:12 +09:00
2 changed files with 11 additions and 11 deletions

View file

@ -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,