diff options
Diffstat (limited to 'src/input/keyboardconfig.h')
-rw-r--r-- | src/input/keyboardconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/keyboardconfig.h b/src/input/keyboardconfig.h index 3b9610141..ad5e89ad8 100644 --- a/src/input/keyboardconfig.h +++ b/src/input/keyboardconfig.h @@ -57,7 +57,7 @@ class KeyboardConfig final /** * Get the enable flag, which will stop the user from doing actions. */ - bool isEnabled() const A_WARN_UNUSED + bool isEnabled() const noexcept2 A_WARN_UNUSED { return mEnabled; } /** |