diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-22 18:15:13 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-22 18:15:13 +0200 |
commit | d468b693d79ddb416c45669e5ca8400cbdc34e85 (patch) | |
tree | e31876c81dae1e3f8359c129f348ed3511342470 /src/tools.h | |
parent | 9617dd452e529af3a12b14a98cd2edbfd93ea712 (diff) | |
download | lanes-d468b693d79ddb416c45669e5ca8400cbdc34e85.tar.gz lanes-d468b693d79ddb416c45669e5ca8400cbdc34e85.tar.bz2 lanes-d468b693d79ddb416c45669e5ca8400cbdc34e85.zip |
DEBUGSPEW fprintf(stderr) → std::cerr
Diffstat (limited to 'src/tools.h')
-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 | ||