summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/KernelKit/BinaryMutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/KernelKit/BinaryMutex.h')
-rw-r--r--src/kernel/KernelKit/BinaryMutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/KernelKit/BinaryMutex.h b/src/kernel/KernelKit/BinaryMutex.h
index 12dc7d15..0609ca9c 100644
--- a/src/kernel/KernelKit/BinaryMutex.h
+++ b/src/kernel/KernelKit/BinaryMutex.h
@@ -30,7 +30,7 @@ class BinaryMutex final {
public:
bool Lock(LockedPtr process);
- bool LockAndWait(LockedPtr process, TimerInterface* timer);
+ bool LockAndWait(LockedPtr process, ITimer* timer);
public:
NE_COPY_DEFAULT(BinaryMutex)