diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-27 01:42:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-27 01:42:54 +0300 |
commit | 4048cb70745cb872d020603614e077c92e0d01b8 (patch) | |
tree | 464b0613e3be79a9e99e2be2aaee073cfe320c6d /src | |
parent | a1c4d19bdf03badee158b2065994a61c53b308e0 (diff) | |
download | plus-4048cb70745cb872d020603614e077c92e0d01b8.tar.gz plus-4048cb70745cb872d020603614e077c92e0d01b8.tar.bz2 plus-4048cb70745cb872d020603614e077c92e0d01b8.tar.xz plus-4048cb70745cb872d020603614e077c92e0d01b8.zip |
Remode default parameter from skin.
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; } |