mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
AK: Implement String::to_int (#99)
This commit is contained in:
parent
79dba9a545
commit
411cdf067b
Notes:
sideshowbarker
2024-07-19 13:56:14 +09:00
Author: https://github.com/faissaloo 🔰
Commit: 411cdf067b
Pull-request: https://github.com/SerenityOS/serenity/pull/99
Reviewed-by: https://github.com/awesomekling
2 changed files with 26 additions and 6 deletions
|
@ -194,7 +194,7 @@ private:
|
|||
RawPoint as_point;
|
||||
RawSize as_size;
|
||||
RawRect as_rect;
|
||||
} m_value;
|
||||
} m_value;
|
||||
|
||||
Type m_type { Type::Invalid };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue