summaryrefslogtreecommitdiff
path: root/src/gui/palette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/palette.cpp')
-rw-r--r--src/gui/palette.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/palette.cpp b/src/gui/palette.cpp
index d3655e04..2efc60be 100644
--- a/src/gui/palette.cpp
+++ b/src/gui/palette.cpp
@@ -70,11 +70,11 @@ std::string Palette::getConfigName(const std::string &typeName)
return res;
}
-DEFENUMNAMES(ColorType, COLOR_TYPE)
+DEFENUMNAMES(ColorType, COLOR_TYPE);
const int Palette::GRADIENT_DELAY = 40;
-Palette::Palette() :
+Palette::Palette() :
mRainbowTime(tick_time),
mColVector(ColVector(TYPE_COUNT)),
mGradVector()