'EnumTraits<T>' : type name first seen using 'struct' now seen using 'class'

This commit is contained in:
Glenn Maynard
2006-09-30 05:07:07 +00:00
parent f4add4a5c9
commit 6409c606ec
+1 -1
View File
@@ -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<X>; \
template struct EnumTraits<X>; \
static void Lua##X(lua_State* L) \
{ \
/* Create the EnumToString table: { "UnlockEntry_ArcadePoints", "UnlockEntry_DancePoints" } */ \