summaryrefslogtreecommitdiff
path: root/Source/3rdParty/Luax/luax_class.inl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/3rdParty/Luax/luax_class.inl')
-rw-r--r--Source/3rdParty/Luax/luax_class.inl4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/3rdParty/Luax/luax_class.inl b/Source/3rdParty/Luax/luax_class.inl
index 6f00a84..dc34c14 100644
--- a/Source/3rdParty/Luax/luax_class.inl
+++ b/Source/3rdParty/Luax/luax_class.inl
@@ -346,7 +346,6 @@ namespace Luax
}
#ifdef LUAX_ENABLE_NATIVE_EXTEND
-
///
/// ࣬luaijԱΪƣDZ֤userdataͳһNative classṩCtor֧֣
/// nativeʵ崴ʹCtorгʼӵкͻһNewбnativeһ͡
@@ -448,8 +447,7 @@ namespace Luax
return 1;
}
-
-#endif
+#endif /*LUAX_ENABLE_NATIVE_EXTEND*/
template<typename T>
int LuaxNativeClass<T>::l_GetClass(lua_State* L)