aboutsummaryrefslogtreecommitdiff
path: root/colorscale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'colorscale.cpp')
-rw-r--r--colorscale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorscale.cpp b/colorscale.cpp
index 38898c3..06852d4 100644
--- a/colorscale.cpp
+++ b/colorscale.cpp
@@ -1,7 +1,7 @@
#include "colorscale.h"
ColorScale::ColorScale(const QColor &firstColor, const QColor &lastColor)
- : m_colors{firstColor, lastColor}
+ : m_colors{{firstColor, lastColor}}
{
setExtents(0, 1);
}