diff --git a/sol/function_types_member.hpp b/sol/function_types_member.hpp index ffc59f79..edef38fa 100644 --- a/sol/function_types_member.hpp +++ b/sol/function_types_member.hpp @@ -30,7 +30,7 @@ template struct functor_function : public base_function { typedef decltype(&Function::operator()) function_type; typedef meta::function_return_t return_type; - typedef meta::function_args_t args_type; + typedef meta::function_args_t args_types; Function fx; template