diff --git a/stepmania/src/EnumHelper.h b/stepmania/src/EnumHelper.h index 5edd5d4ea8..c0d6c03d5a 100644 --- a/stepmania/src/EnumHelper.h +++ b/stepmania/src/EnumHelper.h @@ -129,7 +129,7 @@ namespace LuaHelpers { bool FromStack( lua_State *L, X &Object, int iOffset ); } namespace LuaHelpers { void Push( lua_State *L, const X &Object ); } #define LuaXType(X) \ -template class EnumTraits; \ +template struct EnumTraits; \ static void Lua##X(lua_State* L) \ { \ /* Create the EnumToString table: { "UnlockEntry_ArcadePoints", "UnlockEntry_DancePoints" } */ \