kernel/wait_object: Make GetHighestPriorityReadyThread() a const member function
This doesn't actually modify internal state of a wait object, so it can be const qualified.
Loading
Please register or sign in to comment
This doesn't actually modify internal state of a wait object, so it can be const qualified.