summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources/CodeManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Sources/CodeManager.cxx')
-rw-r--r--Kernel/Sources/CodeManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Sources/CodeManager.cxx b/Kernel/Sources/CodeManager.cxx
index 358481f6..7483b32f 100644
--- a/Kernel/Sources/CodeManager.cxx
+++ b/Kernel/Sources/CodeManager.cxx
@@ -25,6 +25,6 @@ namespace NewOS
Ref<ProcessHeader> refProc = proc;
- return ProcessScheduler::Shared().Leak().Add(refProc);
+ return ProcessScheduler::The().Leak().Add(refProc);
}
} // namespace NewOS \ No newline at end of file