mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:27:35 +00:00
Kernel: Mark BlockCondition subclasses as final
This commit is contained in:
parent
bcd2025311
commit
53019f413c
6 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
class FutexQueue
|
||||
class FutexQueue final
|
||||
: public RefCounted<FutexQueue>
|
||||
, public Thread::BlockCondition {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue