diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/Layout/TableBox.cpp')
-rw-r--r-- | Userland/Libraries/LibWeb/Layout/TableBox.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Userland/Libraries/LibWeb/Layout/TableBox.cpp b/Userland/Libraries/LibWeb/Layout/TableBox.cpp index 179ac6b233..a0a3652843 100644 --- a/Userland/Libraries/LibWeb/Layout/TableBox.cpp +++ b/Userland/Libraries/LibWeb/Layout/TableBox.cpp @@ -19,8 +19,6 @@ TableBox::TableBox(DOM::Document& document, DOM::Element* element, CSS::Computed { } -TableBox::~TableBox() -{ -} +TableBox::~TableBox() = default; } |