From 84ae20a57a0825e9ba54f8556e8e66915c0d30c2 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Tue, 1 Jul 2014 05:23:27 -0700 Subject: [PATCH] Extraneous `Cx`. --- sol/function.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sol/function.hpp b/sol/function.hpp index 0edbf854..47100c16 100644 --- a/sol/function.hpp +++ b/sol/function.hpp @@ -96,7 +96,7 @@ struct pusher> { set_isconvertible_fx(is_convertible(), t, L, std::forward(fx)); } - template::type> + template::type> static void set_memfx(types, lua_State* L, Fx&& fx){ set_memfx(types(), L, std::forward(fx)); }