diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/skin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/skin.h b/src/gui/skin.h index acba303ac..9bb719b46 100644 --- a/src/gui/skin.h +++ b/src/gui/skin.h @@ -94,7 +94,7 @@ class Skin final /** * Updates the alpha value of the skin */ - void updateAlpha(const float minimumOpacityAllowed = 0.0F); + void updateAlpha(const float minimumOpacityAllowed); int getPadding() const noexcept2 A_WARN_UNUSED { return mPadding; } |