mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +00:00
Kernel: Make Process final
This silences a clangd diagnostic about Process holding virtual functions but having a non-virtual destructor.
This commit is contained in:
parent
18f260b78b
commit
24fcff45ae
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ typedef HashMap<FlatPtr, RefPtr<FutexQueue>> FutexQueues;
|
|||
|
||||
struct LoadResult;
|
||||
|
||||
class Process
|
||||
class Process final
|
||||
: public AK::RefCountedBase
|
||||
, public Weakable<Process> {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue