Compile error
This commit is contained in:
parent
9e4b2d60bc
commit
64c3582705
|
@ -51,7 +51,7 @@ private:
|
||||||
// Cancel the task that the sleep setup.
|
// Cancel the task that the sleep setup.
|
||||||
kernel.TimeManager().UnscheduleTimeEvent(owner);
|
kernel.TimeManager().UnscheduleTimeEvent(owner);
|
||||||
}
|
}
|
||||||
KernelCore& kernel;
|
|
||||||
KThreadQueue thread_queue;
|
KThreadQueue thread_queue;
|
||||||
|
KernelCore& kernel;
|
||||||
};
|
};
|
||||||
} // namespace Kernel
|
} // namespace Kernel
|
||||||
|
|
Loading…
Reference in New Issue