diff --git a/AK/ScopeLogger.h b/AK/ScopeLogger.h index a54af87c32f..418027862c5 100644 --- a/AK/ScopeLogger.h +++ b/AK/ScopeLogger.h @@ -50,7 +50,7 @@ public: private: static inline size_t m_depth = 0; SourceLocation m_location; - StringView m_extra; + String m_extra; }; template<>