Files
ladybird/Userland/Libraries/LibImageDecoderClient/Client.cpp
Andreas Kling eb4a69c377 LibImageDecoderClient: Fix minor const-correctness issue
By taking ownership of the bitmaps after decoding them, we avoid having
to call an API that would give us a const Bitmap.
2023-02-21 00:54:04 +01:00

1.7 KiB