summaryrefslogtreecommitdiff
path: root/AK/ScopeLogger.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/ScopeLogger.h')
-rw-r--r--AK/ScopeLogger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/ScopeLogger.h b/AK/ScopeLogger.h
index 418027862c..7fabbd348a 100644
--- a/AK/ScopeLogger.h
+++ b/AK/ScopeLogger.h
@@ -15,7 +15,7 @@ namespace AK {
template<bool = true>
class ScopeLogger {
public:
- ScopeLogger(StringView extra, const SourceLocation& location = SourceLocation::current())
+ ScopeLogger(StringView extra, SourceLocation const& location = SourceLocation::current())
: m_location(location)
, m_extra(extra)
{