Lua/LuaClass: Fix compilation

This commit is contained in:
Lynix 2016-10-21 17:32:20 +02:00
parent d6b6e26d31
commit 511ded215b
1 changed files with 1 additions and 1 deletions

View File

@ -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);