From 81912b6dd4ad8630ef82fa4d649f81a35d2cc6d6 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sun, 1 Apr 2018 21:52:29 -0400 Subject: [PATCH] update single --- single/sol/sol.hpp | 8 ++++---- single/sol/sol_forward.hpp | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/single/sol/sol.hpp b/single/sol/sol.hpp index 226c5198..59334b23 100644 --- a/single/sol/sol.hpp +++ b/single/sol/sol.hpp @@ -20,8 +20,8 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // This file was generated with a script. -// Generated 2018-03-30 08:50:17.354157 UTC -// This header was generated with sol v2.19.5 (revision 035c2f8) +// Generated 2018-04-02 01:52:16.411607 UTC +// This header was generated with sol v2.19.5 (revision 612c123) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -7685,7 +7685,7 @@ namespace sol { } template - inline void modify_unique_usertype_as(stack_object obj, F&& f) { + inline void modify_unique_usertype_as(const stack_reference& obj, F&& f) { typedef unique_usertype_traits u_traits; void* raw = lua_touserdata(obj.lua_state(), obj.stack_index()); void* ptr_memory = detail::align_usertype_pointer(raw); @@ -7696,7 +7696,7 @@ namespace sol { } template - inline void modify_unique_usertype(stack_object obj, F&& f) { + inline void modify_unique_usertype(const stack_reference& obj, F&& f) { typedef meta::bind_traits> bt; typedef typename bt::template arg_at<0> T; modify_unique_usertype_as>(obj, std::forward(f)); diff --git a/single/sol/sol_forward.hpp b/single/sol/sol_forward.hpp index a1865113..77bbfe93 100644 --- a/single/sol/sol_forward.hpp +++ b/single/sol/sol_forward.hpp @@ -20,8 +20,8 @@ // CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // This file was generated with a script. -// Generated 2018-03-30 08:50:17.586274 UTC -// This header was generated with sol v2.19.5 (revision 035c2f8) +// Generated 2018-04-02 01:52:17.091762 UTC +// This header was generated with sol v2.19.5 (revision 612c123) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP