diff --git a/sol/proxy.hpp b/sol/proxy.hpp index 05d6c1e2..199cd77f 100644 --- a/sol/proxy.hpp +++ b/sol/proxy.hpp @@ -50,7 +50,7 @@ public: template proxy& set_function( Args&&... args ) { - tbl.set_function( key, std::forward( args ).. ); + tbl.set_function( key, std::forward( args )... ); return *this; }