diff options
Diffstat (limited to 'dev/kernel/KernelKit/BinaryMutex.h')
| -rw-r--r-- | dev/kernel/KernelKit/BinaryMutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/KernelKit/BinaryMutex.h b/dev/kernel/KernelKit/BinaryMutex.h index fc723898..ec1e355d 100644 --- a/dev/kernel/KernelKit/BinaryMutex.h +++ b/dev/kernel/KernelKit/BinaryMutex.h @@ -35,7 +35,7 @@ namespace Kernel bool LockOrWait(UserProcess& process, TimerInterface* timer); public: - NE_COPY_DEFAULT(BinaryMutex); + NE_COPY_DEFAULT(BinaryMutex) private: UserProcessRef fLockingProcess; |
