diff --git a/Kernel/TTY/TTY.h b/Kernel/TTY/TTY.h index c4a23a1adb..55768b0f72 100644 --- a/Kernel/TTY/TTY.h +++ b/Kernel/TTY/TTY.h @@ -47,7 +47,7 @@ private: // ^CharacterDevice virtual bool is_tty() const final override { return true; } - CircularQueue m_input_buffer; + CircularQueue m_input_buffer; pid_t m_pgid { 0 }; termios m_termios; unsigned short m_rows { 0 };