diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index 6b4c3c186..c57d790ff 100644 --- a/src/client.h +++ b/src/client.h @@ -78,7 +78,7 @@ class Client final : public ConfigListener, void setState(const StateT state) { mState = state; } - StateT getState() const A_WARN_UNUSED + StateT getState() const noexcept2 A_WARN_UNUSED { return mState; } static bool isTmw() A_WARN_UNUSED; |