mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibGfx: Convert Size to east-const style
This commit is contained in:
parent
3f57037ee7
commit
bd9096c97d
Notes:
sideshowbarker
2024-07-18 12:10:03 +09:00
Author: https://github.com/awesomekling
Commit: bd9096c97d
2 changed files with 13 additions and 13 deletions
|
@ -27,7 +27,7 @@ String FloatSize::to_string() const
|
|||
|
||||
namespace IPC {
|
||||
|
||||
bool encode(Encoder& encoder, const Gfx::IntSize& size)
|
||||
bool encode(Encoder& encoder, Gfx::IntSize const& size)
|
||||
{
|
||||
encoder << size.width() << size.height();
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue