diff --git a/sol/function_types_templated.hpp b/sol/function_types_templated.hpp index 5baf52c6..bef33f6a 100644 --- a/sol/function_types_templated.hpp +++ b/sol/function_types_templated.hpp @@ -125,7 +125,6 @@ namespace sol { template struct wrap { typedef F type; - typedef wrapper wrapper; static int call(lua_State* L) { return c_call(L);