summaryrefslogtreecommitdiff
path: root/AK/UUID.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/UUID.h')
-rw-r--r--AK/UUID.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/UUID.h b/AK/UUID.h
index f547deb3d3..fba7da8bdd 100644
--- a/AK/UUID.h
+++ b/AK/UUID.h
@@ -15,7 +15,7 @@ namespace AK {
class UUID {
public:
- UUID();
+ UUID() = default;
UUID(Array<u8, 16> uuid_buffer);
UUID(const StringView&);
~UUID() = default;