mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:47:45 +00:00
Fix whiny build.
This commit is contained in:
parent
61a84193d7
commit
71bffa9864
3 changed files with 7 additions and 5 deletions
|
@ -16,7 +16,7 @@ public:
|
|||
pid_t pgid() const { return m_pgid; }
|
||||
|
||||
protected:
|
||||
virtual bool isTTY() const final { return true; }
|
||||
virtual bool isTTY() const final override { return true; }
|
||||
|
||||
TTY(unsigned major, unsigned minor);
|
||||
void emit(byte);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue