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
commit 411cdf067b
Notes: sideshowbarker 2024-07-19 13:56:14 +09:00
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 };
};