diff options
Diffstat (limited to '')
-rw-r--r-- | src/tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools.h b/src/tools.h index be76fd9..4857eeb 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -24,7 +24,7 @@ enum class FuncSubType | |||
24 | 24 | ||
25 | [[nodiscard]] int luaG_nameof(lua_State* L_); | 25 | [[nodiscard]] int luaG_nameof(lua_State* L_); |
26 | 26 | ||
27 | void populate_func_lookup_table(lua_State* L_, int i_, char const* name_); | 27 | void populate_func_lookup_table(lua_State* const L_, int const i_, std::string_view const& name_); |
28 | 28 | ||
29 | // ################################################################################################# | 29 | // ################################################################################################# |
30 | 30 | ||