diff options
Diffstat (limited to 'AK/DateTimeLexer.h')
-rw-r--r-- | AK/DateTimeLexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/DateTimeLexer.h b/AK/DateTimeLexer.h index 51de0c4266..98c81b78f6 100644 --- a/AK/DateTimeLexer.h +++ b/AK/DateTimeLexer.h @@ -14,7 +14,7 @@ namespace AK { class DateTimeLexer : public GenericLexer { public: - constexpr explicit DateTimeLexer(const StringView& input) + constexpr explicit DateTimeLexer(StringView input) : GenericLexer(input) { } |