From df04bd14a8ec2ea4d958c47f69f5f2010efa5c6c Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 1 Nov 2021 19:36:25 +0800 Subject: *rename RegisterClass_ to RegisterNativeClass --- Runtime/Lua/LuaBind/LuaBindVM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Runtime/Lua/LuaBind/LuaBindVM.h') diff --git a/Runtime/Lua/LuaBind/LuaBindVM.h b/Runtime/Lua/LuaBind/LuaBindVM.h index f3a9a30..5fe2eaf 100644 --- a/Runtime/Lua/LuaBind/LuaBindVM.h +++ b/Runtime/Lua/LuaBind/LuaBindVM.h @@ -38,7 +38,7 @@ namespace LuaBind RefTable& GetStrongRefTable(); RefTable& GetWeakRefTable(); - int RegisterClassI(State& state, int classID, int index); + int RegisterNativeClass(State& state, int classID, int index); void PushClassTable(State& state, int classID); private: -- cgit v1.1-26-g67d0