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/shortcutcontainer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/widgets/shortcutcontainer.h') diff --git a/src/gui/widgets/shortcutcontainer.h b/src/gui/widgets/shortcutcontainer.h index d56f74f6f..bdc679dc7 100644 --- a/src/gui/widgets/shortcutcontainer.h +++ b/src/gui/widgets/shortcutcontainer.h @@ -77,13 +77,13 @@ class ShortcutContainer notfinal : public Widget, { } - int getMaxItems() const A_WARN_UNUSED + int getMaxItems() const noexcept2 A_WARN_UNUSED { return mMaxItems; } - int getBoxWidth() const A_WARN_UNUSED + int getBoxWidth() const noexcept2 A_WARN_UNUSED { return mBoxWidth; } - int getBoxHeight() const A_WARN_UNUSED + int getBoxHeight() const noexcept2 A_WARN_UNUSED { return mBoxHeight; } void drawBackground(Graphics *const g) A_NONNULL(2); -- cgit v1.2.3-60-g2f50