summaryrefslogtreecommitdiff
path: root/src/gui/theme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/theme.cpp')
-rw-r--r--src/gui/theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index fe1591de2..738b62672 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -124,7 +124,7 @@ Skin::~Skin()
mOptions = nullptr;
}
-void Skin::updateAlpha(float minimumOpacityAllowed)
+void Skin::updateAlpha(const float minimumOpacityAllowed)
{
const float alpha = static_cast<float>(
std::max(static_cast<double>(minimumOpacityAllowed),