summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Sources/PEFCodeManager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Sources/PEFCodeManager.cxx')
-rw-r--r--Kernel/Sources/PEFCodeManager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kernel/Sources/PEFCodeManager.cxx b/Kernel/Sources/PEFCodeManager.cxx
index 223505b8..e95d9923 100644
--- a/Kernel/Sources/PEFCodeManager.cxx
+++ b/Kernel/Sources/PEFCodeManager.cxx
@@ -205,8 +205,8 @@ namespace Kernel
if (errOrStart.Error() != 0)
return false;
- ProcessHeader proc(errOrStart.Leak().Leak());
- Ref<ProcessHeader> refProc = proc;
+ PROCESS_HEADER_BLOCK proc(errOrStart.Leak().Leak());
+ Ref<PROCESS_HEADER_BLOCK> refProc = proc;
proc.Kind = procKind;