diff options
Diffstat (limited to 'src/core/hle/kernel/mutex.h')
| -rw-r--r-- | src/core/hle/kernel/mutex.h | 2 |
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 | ||
| 15 | class Thread; | 15 | class Thread; |
| 16 | 16 | ||
| 17 | class Mutex : public WaitObject { | 17 | class Mutex final : public WaitObject { |
| 18 | public: | 18 | public: |
| 19 | /** | 19 | /** |
| 20 | * Creates a mutex. | 20 | * Creates a mutex. |