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/gui/widgets/icon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/icon.h') diff --git a/src/gui/widgets/icon.h b/src/gui/widgets/icon.h index 5e7d1564f..ce471aa29 100644 --- a/src/gui/widgets/icon.h +++ b/src/gui/widgets/icon.h @@ -60,7 +60,7 @@ class Icon final : public Widget /** * Gets the current Image. */ - Image *getImage() const A_WARN_UNUSED + Image *getImage() const noexcept2 A_WARN_UNUSED { return mImage; } /** -- cgit v1.2.3-60-g2f50