diff options
Diffstat (limited to 'src/events/actionevent.h')
-rw-r--r-- | src/events/actionevent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events/actionevent.h b/src/events/actionevent.h index 3639e6294..1bf202595 100644 --- a/src/events/actionevent.h +++ b/src/events/actionevent.h @@ -123,7 +123,7 @@ class ActionEvent final : public Event * * @return The identifier of the event. */ - const std::string &getId() const A_WARN_UNUSED + const std::string &getId() const noexcept2 A_WARN_UNUSED { return mId; } protected: |