diff --git a/AK/Span.h b/AK/Span.h index a02bfb6f9b..017f8947bf 100644 --- a/AK/Span.h +++ b/AK/Span.h @@ -218,7 +218,7 @@ public: return *this; } - constexpr bool operator==(Span other) const + constexpr bool operator==(Span const& other) const { if (size() != other.size()) return false;