aboutsummaryrefslogtreecommitdiff
path: root/src/intercopycontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/intercopycontext.cpp')
-rw-r--r--src/intercopycontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intercopycontext.cpp b/src/intercopycontext.cpp
index 6b3d282..da4340e 100644
--- a/src/intercopycontext.cpp
+++ b/src/intercopycontext.cpp
@@ -156,7 +156,7 @@ static constexpr RegistryUniqueKey kMtIdRegKey{ 0xA8895DCF4EC3FE3Cull };
156 156
157// get a unique ID for metatable at [i]. 157// get a unique ID for metatable at [i].
158[[nodiscard]] 158[[nodiscard]]
159static lua_Integer get_mt_id(Universe* U_, lua_State* L_, StackIndex const idx_) 159static lua_Integer get_mt_id(Universe* const U_, lua_State* const L_, StackIndex const idx_)
160{ 160{
161 StackIndex const _absidx{ luaG_absindex(L_, idx_) }; 161 StackIndex const _absidx{ luaG_absindex(L_, idx_) };
162 162