diff options
Diffstat (limited to 'Userland/Libraries/LibWeb/CSS/ResolvedCSSStyleDeclaration.h')
-rw-r--r-- | Userland/Libraries/LibWeb/CSS/ResolvedCSSStyleDeclaration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibWeb/CSS/ResolvedCSSStyleDeclaration.h b/Userland/Libraries/LibWeb/CSS/ResolvedCSSStyleDeclaration.h index 429b23ed5c..3fc5f67716 100644 --- a/Userland/Libraries/LibWeb/CSS/ResolvedCSSStyleDeclaration.h +++ b/Userland/Libraries/LibWeb/CSS/ResolvedCSSStyleDeclaration.h @@ -17,7 +17,7 @@ public: return adopt_ref(*new ResolvedCSSStyleDeclaration(element)); } - virtual ~ResolvedCSSStyleDeclaration() override; + virtual ~ResolvedCSSStyleDeclaration() override = default; virtual size_t length() const override; virtual String item(size_t index) const override; |