mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 01:56:38 +00:00
Kernel: Mark BlockCondition subclasses as final
This commit is contained in:
parent
bcd2025311
commit
53019f413c
Notes:
sideshowbarker
2024-07-18 05:22:40 +09:00
Author: https://github.com/awesomekling
Commit: 53019f413c
6 changed files with 6 additions and 6 deletions
|
@ -1225,7 +1225,7 @@ private:
|
|||
|
||||
friend class WaitQueue;
|
||||
|
||||
class JoinBlockCondition : public BlockCondition {
|
||||
class JoinBlockCondition final : public BlockCondition {
|
||||
public:
|
||||
void thread_did_exit(void* exit_value)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue