summaryrefslogtreecommitdiff
path: root/src/gui/palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/palette.h')
-rw-r--r--src/gui/palette.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/palette.h b/src/gui/palette.h
index 836ec77e6..38bd83ffb 100644
--- a/src/gui/palette.h
+++ b/src/gui/palette.h
@@ -179,8 +179,8 @@ class Palette
int delay;
int committedDelay;
- void set(int type0, gcn::Color& color0, GradientType grad0,
- int delay0)
+ void set(const int type0, const gcn::Color &color0,
+ const GradientType grad0, const int delay0)
{
ColorElem::type = type0;
ColorElem::color = color0;