diff options
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: |