mirror of
https://github.com/RGBCube/serenity
synced 2025-07-08 15: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
|
@ -96,7 +96,7 @@ void Job::set_signalled(int sig)
|
|||
on_exit(*this);
|
||||
}
|
||||
|
||||
void Job::unblock() const
|
||||
void Job::unblock()
|
||||
{
|
||||
if (!m_exited && on_exit)
|
||||
on_exit(*this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue