1
Fork 0
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:
Faissal Bensefia 2019-05-26 03:08:36 +01:00 committed by Andreas Kling
parent 79dba9a545
commit 411cdf067b
2 changed files with 26 additions and 6 deletions

View file

@ -194,7 +194,7 @@ private:
RawPoint as_point;
RawSize as_size;
RawRect as_rect;
} m_value;
} m_value;
Type m_type { Type::Invalid };
};