Fix compilation
This commit is contained in:
parent
f84ac9c52b
commit
046926e4d4
|
|
@ -202,7 +202,7 @@ namespace Nz
|
|||
template<typename E>
|
||||
int LuaImplReplyVal(const LuaState& instance, Flags<E> val, TypeTag<Flags<E>>)
|
||||
{
|
||||
instance.PushInteger(Flags<E>::BitField(val));
|
||||
instance.PushInteger(typename Flags<E>::BitField(val));
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue