diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/ButtonBox.cpp')
-rw-r--r-- | Userland/Libraries/LibWeb/Layout/ButtonBox.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/ButtonBox.cpp b/Userland/Libraries/LibWeb/Layout/ButtonBox.cpp index d297433a89..2620845c4e 100644 --- a/Userland/Libraries/LibWeb/Layout/ButtonBox.cpp +++ b/Userland/Libraries/LibWeb/Layout/ButtonBox.cpp @@ -16,9 +16,7 @@ ButtonBox::ButtonBox(DOM::Document& document, HTML::HTMLInputElement& element, N { } -ButtonBox::~ButtonBox() -{ -} +ButtonBox::~ButtonBox() = default; void ButtonBox::prepare_for_replaced_layout() { |