mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
Shell: Fix (and paper over) various const-correctness issues
This commit is contained in:
parent
39a1702c99
commit
68b5df6bf1
9 changed files with 81 additions and 81 deletions
|
@ -63,7 +63,7 @@ public:
|
|||
bool should_announce_signal() const { return m_should_announce_signal; }
|
||||
bool is_suspended() const { return m_is_suspended; }
|
||||
bool shell_did_continue() const { return m_shell_did_continue; }
|
||||
void unblock() const;
|
||||
void unblock();
|
||||
|
||||
Core::ElapsedTimer& timer() { return m_command_timer; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue