summaryrefslogtreecommitdiff
path: root/src/gui/palette.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-22 20:27:48 +0100
committerIra Rice <irarice@gmail.com>2009-03-22 15:29:30 -0600
commit46a368e2f6fd8fcc30949c6676045e2005bd5bfa (patch)
tree7a7cd383d368e58f60953ec9d0fe86549294c199 /src/gui/palette.h
parent3fc81e3ad181f6904277e73d99d753a8b7498bf0 (diff)
downloadmana-client-46a368e2f6fd8fcc30949c6676045e2005bd5bfa.tar.gz
mana-client-46a368e2f6fd8fcc30949c6676045e2005bd5bfa.tar.bz2
mana-client-46a368e2f6fd8fcc30949c6676045e2005bd5bfa.tar.xz
mana-client-46a368e2f6fd8fcc30949c6676045e2005bd5bfa.zip
Fixed some compiler warnings
Superfluous semicolons, initialization order and signed/unsigned mismatches.
Diffstat (limited to 'src/gui/palette.h')
-rw-r--r--src/gui/palette.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/palette.h b/src/gui/palette.h
index ccef231e..cdeaa48d 100644
--- a/src/gui/palette.h
+++ b/src/gui/palette.h
@@ -93,7 +93,7 @@ class Palette : public gcn::ListModel
ENTRY(MISS)\
ENTRY(TYPE_COUNT)\
- TEXTENUM(ColorType, COLOR_TYPE);
+ TEXTENUM(ColorType, COLOR_TYPE)
/** Colors can be static or can alter over time. */
enum GradientType {