diff options
Diffstat (limited to 'AK/String.h')
-rw-r--r-- | AK/String.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AK/String.h b/AK/String.h index 023d9f300e..b639fe478c 100644 --- a/AK/String.h +++ b/AK/String.h @@ -44,6 +44,8 @@ public: { } + unsigned toUInt(bool& ok) const; + String toLowercase() const { if (!m_impl) |