diff options
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h index 5a031efb0..645e5c241 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -289,7 +289,7 @@ public: | |||
| 289 | /// Provides a constant reference to the kernel instance. | 289 | /// Provides a constant reference to the kernel instance. |
| 290 | [[nodiscard]] const Kernel::KernelCore& Kernel() const; | 290 | [[nodiscard]] const Kernel::KernelCore& Kernel() const; |
| 291 | 291 | ||
| 292 | /// Gets a mutable reference to the HID interface | 292 | /// Gets a mutable reference to the HID interface. |
| 293 | [[nodiscard]] HID::HIDCore& HIDCore(); | 293 | [[nodiscard]] HID::HIDCore& HIDCore(); |
| 294 | 294 | ||
| 295 | /// Gets an immutable reference to the HID interface. | 295 | /// Gets an immutable reference to the HID interface. |