0
0
mirror of https://git.citron-emu.org/Citron/Citron.git synced 2025-02-19 01:15:45 +00:00

Compile error

This commit is contained in:
Chloe Marcec 2021-02-02 13:23:34 +11:00
parent 9e4b2d60bc
commit 64c3582705

View File

@ -51,7 +51,7 @@ private:
// Cancel the task that the sleep setup.
kernel.TimeManager().UnscheduleTimeEvent(owner);
}
KernelCore& kernel;
KThreadQueue thread_queue;
KernelCore& kernel;
};
} // namespace Kernel