mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 13:57:35 +00:00
LibIPC: Mark ClientConnection::die() as an override
This commit is contained in:
parent
e052d647b7
commit
8c8bf9433f
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public:
|
|||
|
||||
int client_id() const { return m_client_id; }
|
||||
|
||||
virtual void die() = 0;
|
||||
virtual void die() override = 0;
|
||||
|
||||
private:
|
||||
int m_client_id { -1 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue