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 a6d822e60..1e69528f1 100644
--- a/src/core/hle/kernel/mutex.h
+++ b/src/core/hle/kernel/mutex.h
@@ -14,7 +14,7 @@ namespace Kernel {
14 14
15class Thread; 15class Thread;
16 16
17class Mutex : public WaitObject { 17class Mutex final : public WaitObject {
18public: 18public:
19 /** 19 /**
20 * Creates a mutex. 20 * Creates a mutex.