Lua/LuaClass: Fix compilation
This commit is contained in:
parent
d6b6e26d31
commit
511ded215b
|
|
@ -66,7 +66,7 @@ namespace Nz
|
|||
void SetStaticSetter(StaticIndexFunc getter);
|
||||
|
||||
private:
|
||||
template<typename T, bool HasDestructor>
|
||||
template<typename U, bool HasDestructor>
|
||||
friend struct LuaClassImplFinalizerSetupProxy;
|
||||
|
||||
void PushClassInfo(LuaInstance& lua);
|
||||
|
|
|
|||
Loading…
Reference in New Issue