From 75d4bc947ddbb92ecf660d9a9858c854d5e34a15 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 17 Apr 2010 13:31:41 +0000 Subject: (svn r19654) -Codechange: Use Extract<> in more places. --- src/newgrf_station.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_station.h') diff --git a/src/newgrf_station.h b/src/newgrf_station.h index 0ccf0924f..9d803b7df 100644 --- a/src/newgrf_station.h +++ b/src/newgrf_station.h @@ -27,6 +27,7 @@ enum StationClassID { STAT_CLASS_MAX = 32, ///< Maximum number of classes. }; typedef SimpleTinyEnumT StationClassIDByte; +template <> struct EnumPropsT : MakeEnumPropsT {}; /** Allow incrementing of StationClassID variables */ DECLARE_POSTFIX_INCREMENT(StationClassID) -- cgit v1.2.3-54-g00ecf