diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-14 20:30:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-14 20:51:13 +0300 |
commit | b70d1b6d97dcfd78030fb457889e37cb45f6097d (patch) | |
tree | 9f86d6389397887003b920f2335d387398bdcfd6 /src/gui/palette.h | |
parent | 84499779fcf0c8b5392a88f1c9311775e692ebef (diff) | |
download | plus-b70d1b6d97dcfd78030fb457889e37cb45f6097d.tar.gz plus-b70d1b6d97dcfd78030fb457889e37cb45f6097d.tar.bz2 plus-b70d1b6d97dcfd78030fb457889e37cb45f6097d.tar.xz plus-b70d1b6d97dcfd78030fb457889e37cb45f6097d.zip |
Fix code style.
Diffstat (limited to 'src/gui/palette.h')
-rw-r--r-- | src/gui/palette.h | 4 |
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; |