diff options
Diffstat (limited to 'src/core/hle/kernel/process.h')
| -rw-r--r-- | src/core/hle/kernel/process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/process.h b/src/core/hle/kernel/process.h index 732d12170..23f898b0c 100644 --- a/src/core/hle/kernel/process.h +++ b/src/core/hle/kernel/process.h | |||
| @@ -237,7 +237,7 @@ private: | |||
| 237 | ~Process() override; | 237 | ~Process() override; |
| 238 | 238 | ||
| 239 | /// Checks if the specified thread should wait until this process is available. | 239 | /// Checks if the specified thread should wait until this process is available. |
| 240 | bool ShouldWait(Thread* thread) const override; | 240 | bool ShouldWait(const Thread* thread) const override; |
| 241 | 241 | ||
| 242 | /// Acquires/locks this process for the specified thread if it's available. | 242 | /// Acquires/locks this process for the specified thread if it's available. |
| 243 | void Acquire(Thread* thread) override; | 243 | void Acquire(Thread* thread) override; |