From ba36b1a410c824896e0f5f1c21024b555f2daa91 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Wed, 2 Mar 2016 10:03:00 -0500 Subject: [PATCH] Type names --- sol/function_types_member.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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