Lua/LuaClass: Fix compilation
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user