diff options
Diffstat (limited to 'Userland/Shell/Job.cpp')
-rw-r--r-- | Userland/Shell/Job.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Shell/Job.cpp b/Userland/Shell/Job.cpp index 171018b8ec..919b0593a8 100644 --- a/Userland/Shell/Job.cpp +++ b/Userland/Shell/Job.cpp @@ -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); |