Fix build

This commit is contained in:
fed
2022-09-25 21:09:11 +02:00
parent 4e9e2b8b16
commit c7e7b88af1
2 changed files with 4 additions and 4 deletions

View File

@ -588,7 +588,7 @@ namespace gsc
namespace method
{
void add(const std::string& name, scripting::script_function method)
void add(const std::string& name, builtin_method method)
{
if (xsk::gsc::h1::resolver::find_method(name))
{