diff options
author | chai <chaifix@163.com> | 2021-11-09 19:22:13 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-09 19:22:13 +0800 |
commit | d8417b03b9c2a820d3d3be0dfa80841b4d1f4c04 (patch) | |
tree | 7d036d283bd7a626d56c5c5a725733df439c8368 /Runtime/Lua/LuaBind/LuaBindTable.h | |
parent | 13f477664c07826c92eac774f0035994c460c057 (diff) |
*misc
Diffstat (limited to 'Runtime/Lua/LuaBind/LuaBindTable.h')
-rw-r--r-- | Runtime/Lua/LuaBind/LuaBindTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Runtime/Lua/LuaBind/LuaBindTable.h b/Runtime/Lua/LuaBind/LuaBindTable.h index 3a6ec6c..a3822d3 100644 --- a/Runtime/Lua/LuaBind/LuaBindTable.h +++ b/Runtime/Lua/LuaBind/LuaBindTable.h @@ -9,7 +9,7 @@ namespace LuaBind struct INativeTable { // 将结构转换为table并留在栈顶 - virtual void CastToTable(State& state) = 0; + virtual void CastToTable(State& state) const = 0; }; }
\ No newline at end of file |