mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:57:45 +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
|
@ -50,7 +50,7 @@ private:
|
|||
|
||||
class Blocker;
|
||||
|
||||
class Plan9FSBlockCondition : public Thread::BlockCondition {
|
||||
class Plan9FSBlockCondition final : public Thread::BlockCondition {
|
||||
public:
|
||||
Plan9FSBlockCondition(Plan9FS& fs)
|
||||
: m_fs(fs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue