summaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/kernel/thread.h')
-rw-r--r--src/core/hle/kernel/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/kernel/thread.h b/src/core/hle/kernel/thread.h
index c77ac644d..f2bc1ec9c 100644
--- a/src/core/hle/kernel/thread.h
+++ b/src/core/hle/kernel/thread.h
@@ -72,8 +72,8 @@ public:
72 return HANDLE_TYPE; 72 return HANDLE_TYPE;
73 } 73 }
74 74
75 bool ShouldWait() override; 75 bool ShouldWait(Thread* thread) const override;
76 void Acquire() override; 76 void Acquire(Thread* thread) override;
77 77
78 /** 78 /**
79 * Gets the thread's current priority 79 * Gets the thread's current priority