diff options
author | chai <chaifix@163.com> | 2021-11-01 19:36:25 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-01 19:36:25 +0800 |
commit | df04bd14a8ec2ea4d958c47f69f5f2010efa5c6c (patch) | |
tree | ce16b296d1b85d2fcb591fb20a87c95a7844c294 /Runtime/Lua/LuaBind/LuaBindVM.h | |
parent | 4b652abe1d76f1bcbe5d7583a8986256f50c483d (diff) |
*rename RegisterClass_ to RegisterNativeClass
Diffstat (limited to 'Runtime/Lua/LuaBind/LuaBindVM.h')
-rw-r--r-- | Runtime/Lua/LuaBind/LuaBindVM.h | 2 |
1 files changed, 1 insertions, 1 deletions
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: |