1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-18 12:12:26 +00:00
serenity/Userland/Libraries/LibImageDecoderClient
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
..
Client.cpp
Client.h
CMakeLists.txt