summaryrefslogtreecommitdiff
path: root/src/window_gui.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-03-23 22:25:43 +0000
committersmatz <smatz@openttd.org>2010-03-23 22:25:43 +0000
commit53aaabe6e9aebdca71608e2996a9ecbff8b73713 (patch)
tree5e4cc5631e59a15aed9f63c3daa81b6d5927b91a /src/window_gui.h
parentf45e579923773e05dfc5a35915eee81f6da50914 (diff)
downloadopenttd-53aaabe6e9aebdca71608e2996a9ecbff8b73713.tar.xz
(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET
Diffstat (limited to 'src/window_gui.h')
-rw-r--r--src/window_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_gui.h b/src/window_gui.h
index 2956b7eab..1a3bb217b 100644
--- a/src/window_gui.h
+++ b/src/window_gui.h
@@ -30,7 +30,7 @@ enum FrameFlags {
FR_DARKENED = 1 << 6, ///< If set the background is darker, allows for lowered frames with normal background colour when used with FR_LOWERED (ie. dropdown boxes)
};
-DECLARE_ENUM_AS_BIT_SET(FrameFlags);
+DECLARE_ENUM_AS_BIT_SET(FrameFlags)
/** Distances used in drawing widgets. */
enum WidgetDrawDistances {