mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 23:55:12 +00:00
Kernel: Mark BlockCondition subclasses as final
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user