mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Everywhere: Pass AK::ReadonlyBytes by value
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 01:17:46 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/80d4e830a0a
@@ -30,7 +30,7 @@ class Client final
|
||||
C_OBJECT(Client);
|
||||
|
||||
public:
|
||||
Optional<DecodedImage> decode_image(const ReadonlyBytes&);
|
||||
Optional<DecodedImage> decode_image(ReadonlyBytes);
|
||||
|
||||
Function<void()> on_death;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user