From 02428921af18af821fb553e88475e1d1071ad09d Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sat, 18 Jun 2016 03:36:26 -0400 Subject: [PATCH] SIGH name shadowing --- sol/function_types_templated.hpp | 1 - 1 file changed, 1 deletion(-) 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);