diff options
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r-- | src/gui/theme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 43d0c3308..f8428f86e 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -121,7 +121,7 @@ class Theme final : public Palette, /** * Get the minimum opacity allowed to skins. */ - float getMinimumOpacity() const A_WARN_UNUSED + float getMinimumOpacity() const noexcept2 A_WARN_UNUSED { return mMinimumOpacity; } /** |