summaryrefslogtreecommitdiff
path: root/src/dyetool/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dyetool/client.h')
-rw-r--r--src/dyetool/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dyetool/client.h b/src/dyetool/client.h
index bdcdadc09..4ad3aa422 100644
--- a/src/dyetool/client.h
+++ b/src/dyetool/client.h
@@ -65,7 +65,7 @@ class Client final : public ActionListener
void setState(const StateT state)
{ mState = state; }
- StateT getState() const A_WARN_UNUSED
+ StateT getState() const noexcept2 A_WARN_UNUSED
{ return mState; }
void action(const ActionEvent &event) override final;