Skip to content

Commit

Permalink
Committing genbindings changes
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored and github-actions[bot] committed Jan 10, 2024
1 parent 31c1d48 commit 86a4aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/scripting/lua-bindings/auto/axlua_base_auto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32312,8 +32312,8 @@ int lua_ax_base_UserDefault_setFileName(lua_State* tolua_S)
}
if (argc == 1)
{
std::string arg0;
ok &= luaval_to_std_string(tolua_S, 2,&arg0, "ax.UserDefault:setFileName");
std::string_view arg0;
ok &= luaval_to_std_string_view(tolua_S, 2,&arg0, "ax.UserDefault:setFileName");
if(!ok)
{
tolua_error(tolua_S,"invalid arguments in function 'lua_ax_base_UserDefault_setFileName'", nullptr);
Expand Down

0 comments on commit 86a4aeb

Please # to comment.