From bebb71a3dfadb2b94ba46c0c66f0d40d6ef75e43 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 12 Dec 2016 20:26:59 +0300 Subject: Add noexcept in some files. --- src/dyetool/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dyetool/client.h') 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; -- cgit v1.2.3-70-g09d2