summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/mutex.h')
-rw-r--r--src/core/hle/kernel/mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/mutex.h b/src/core/hle/kernel/mutex.h
index 21fd26e56..cdd79e265 100644
--- a/src/core/hle/kernel/mutex.h
+++ b/src/core/hle/kernel/mutex.h
@@ -43,7 +43,7 @@ public:
43 * @param mutex Mutex that is to be acquired 43 * @param mutex Mutex that is to be acquired
44 * @param thread Thread that will acquire the mutex 44 * @param thread Thread that will acquire the mutex
45 */ 45 */
46 void Acquire(Thread* thread); 46 void Acquire(SharedPtr<Thread> thread);
47 void Release(); 47 void Release();
48 48
49private: 49private: