diff options
Diffstat (limited to 'src/core/hle/kernel/kernel.h')
| -rw-r--r-- | src/core/hle/kernel/kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/kernel.h b/src/core/hle/kernel/kernel.h index 67eae93f2..2680f89c9 100644 --- a/src/core/hle/kernel/kernel.h +++ b/src/core/hle/kernel/kernel.h | |||
| @@ -145,7 +145,7 @@ public: | |||
| 145 | * Add a thread to wait on this object | 145 | * Add a thread to wait on this object |
| 146 | * @param thread Pointer to thread to add | 146 | * @param thread Pointer to thread to add |
| 147 | */ | 147 | */ |
| 148 | void AddWaitingThread(SharedPtr<Thread> thread); | 148 | virtual void AddWaitingThread(SharedPtr<Thread> thread); |
| 149 | 149 | ||
| 150 | /** | 150 | /** |
| 151 | * Removes a thread from waiting on this object (e.g. if it was resumed already) | 151 | * Removes a thread from waiting on this object (e.g. if it was resumed already) |