mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-25 22:13:13 +00:00
Shell: Fix (and paper over) various const-correctness issues
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user