SIGH name shadowing

This commit is contained in:
ThePhD 2016-06-18 03:36:26 -04:00
parent 29e4b82b4a
commit 02428921af

View File

@ -125,7 +125,6 @@ namespace sol {
template <typename F, F f>
struct wrap {
typedef F type;
typedef wrapper<F> wrapper;
static int call(lua_State* L) {
return c_call<type, f>(L);