mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:27:35 +00:00
AK: Implement String::to_int (#99)
This commit is contained in:
parent
79dba9a545
commit
411cdf067b
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