diff options
Diffstat (limited to 'src/intercopycontext.cpp')
-rw-r--r-- | src/intercopycontext.cpp | 2 |
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]] |
159 | static lua_Integer get_mt_id(Universe* U_, lua_State* L_, StackIndex const idx_) | 159 | static 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 | ||