diff --git a/AK/IntrusiveRedBlackTree.h b/AK/IntrusiveRedBlackTree.h index 1a13e45aec..c049961a4c 100644 --- a/AK/IntrusiveRedBlackTree.h +++ b/AK/IntrusiveRedBlackTree.h @@ -14,7 +14,8 @@ template class IntrusiveRedBlackTreeNode; template V::*member> -class IntrusiveRedBlackTree : public BaseRedBlackTree { +class IntrusiveRedBlackTree final : public BaseRedBlackTree { + public: IntrusiveRedBlackTree() = default; virtual ~IntrusiveRedBlackTree() override