mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:37:44 +00:00
AK: Mark RedBlackTree as final
This commit is contained in:
parent
86b02a678c
commit
deda32628a
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ private:
|
|||
};
|
||||
|
||||
template<Integral K, typename V>
|
||||
class RedBlackTree : public BaseRedBlackTree<K> {
|
||||
class RedBlackTree final : public BaseRedBlackTree<K> {
|
||||
public:
|
||||
RedBlackTree() = default;
|
||||
virtual ~RedBlackTree() override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue