diff --git a/AK/Span.h b/AK/Span.h index a02bfb6f9b4..017f8947bfa 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;