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