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/order_type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/order_type.h') diff --git a/src/order_type.h b/src/order_type.h index 8c66d2296..757603fcb 100644 --- a/src/order_type.h +++ b/src/order_type.h @@ -149,6 +149,7 @@ enum ModifyOrderFlags { MOF_COND_DESTINATION,///< Change the destination of a conditional order. MOF_END }; +template <> struct EnumPropsT : MakeEnumPropsT {}; /** * Depot action to switch to when doing a MOF_DEPOT_ACTION. -- cgit v1.2.3-54-g00ecf