summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Reference.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibJS/Runtime/Reference.h')
-rw-r--r--Userland/Libraries/LibJS/Runtime/Reference.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibJS/Runtime/Reference.h b/Userland/Libraries/LibJS/Runtime/Reference.h
index ff527d154f..08c618995e 100644
--- a/Userland/Libraries/LibJS/Runtime/Reference.h
+++ b/Userland/Libraries/LibJS/Runtime/Reference.h
@@ -24,7 +24,7 @@ public:
Environment,
};
- Reference() { }
+ Reference() = default;
Reference(BaseType type, PropertyKey name, bool strict)
: m_base_type(type)
, m_name(move(name))