From 53aaabe6e9aebdca71608e2996a9ecbff8b73713 Mon Sep 17 00:00:00 2001 From: smatz Date: Tue, 23 Mar 2010 22:25:43 +0000 Subject: (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT and DECLARE_ENUM_AS_BIT_SET --- src/rail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rail.h') diff --git a/src/rail.h b/src/rail.h index f0a5ef609..01af4f369 100644 --- a/src/rail.h +++ b/src/rail.h @@ -27,7 +27,7 @@ enum RailTypeFlags { RTFB_NONE = 0, ///< All flags cleared. RTFB_CATENARY = 1 << RTF_CATENARY, ///< Value for drawing a catenary. }; -DECLARE_ENUM_AS_BIT_SET(RailTypeFlags); +DECLARE_ENUM_AS_BIT_SET(RailTypeFlags) struct SpriteGroup; -- cgit v1.2.3-54-g00ecf