Files
ladybird/Libraries/LibGfx
asynts b3d1a05261 Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
This function did a const_cast internally which made the call side look
"safe". This method is removed completely and call sites are replaced
with ByteBuffer::wrap(const_cast<void*>(data), size) which makes the
behaviour obvious.
2020-08-06 10:33:16 +02:00
..
2020-07-23 23:02:28 +02:00
2020-06-21 10:08:25 +02:00
2020-07-25 02:13:43 +02:00
2020-08-01 07:56:48 +02:00