diff options
Diffstat (limited to 'src/events/inputguievent.h')
-rw-r--r-- | src/events/inputguievent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/inputguievent.h b/src/events/inputguievent.h index ea5b735b1..8d6e7d7ea 100644 --- a/src/events/inputguievent.h +++ b/src/events/inputguievent.h @@ -106,7 +106,7 @@ class InputGuiEvent: public Event * false otherwise. * @see consume */ - bool isConsumed() const A_WARN_UNUSED + bool isConsumed() const noexcept2 A_WARN_UNUSED { return mIsConsumed; } protected: |