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
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-22 20:27:48 +0100
commitfa8a4bf49100c0a1d5b96e00803f43bbbb861100 (patch)
tree940186a707e4257407ed39bee858680a0478372d /src/gui/palette.h
parenta7bddc674892b81de9471a7b8ee8da19ed8e1e90 (diff)
downloadmana-client-fa8a4bf49100c0a1d5b96e00803f43bbbb861100.tar.gz
mana-client-fa8a4bf49100c0a1d5b96e00803f43bbbb861100.tar.bz2
mana-client-fa8a4bf49100c0a1d5b96e00803f43bbbb861100.tar.xz
mana-client-fa8a4bf49100c0a1d5b96e00803f43bbbb861100.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 77ead4f6..e56bf9c5 100644
--- a/src/gui/palette.h
+++ b/src/gui/palette.h
@@ -77,7 +77,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 {