summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/Layout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibGUI/Layout.cpp')
-rw-r--r--Userland/Libraries/LibGUI/Layout.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/Userland/Libraries/LibGUI/Layout.cpp b/Userland/Libraries/LibGUI/Layout.cpp
index 76818bbb63..3c54efda78 100644
--- a/Userland/Libraries/LibGUI/Layout.cpp
+++ b/Userland/Libraries/LibGUI/Layout.cpp
@@ -1,5 +1,6 @@
/*
* Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org>
+ * Copyright (c) 2022, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
@@ -37,9 +38,7 @@ Layout::Layout()
});
}
-Layout::~Layout()
-{
-}
+Layout::~Layout() = default;
void Layout::notify_adopted(Badge<Widget>, Widget& widget)
{