From 88355fcdf85dfcf52c76e41f75b36cd6ba0b7954 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Wed, 2 Oct 2019 04:43:44 -0400 Subject: [PATCH] fix derp for checked calls --- include/sol/call.hpp | 2 +- single/include/sol/forward.hpp | 4 ++-- single/include/sol/sol.hpp | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/sol/call.hpp b/include/sol/call.hpp index 811ce57d..10015416 100644 --- a/include/sol/call.hpp +++ b/include/sol/call.hpp @@ -631,7 +631,7 @@ namespace sol { stack::stack_detail::undefined_metatable umf(L, &meta[0], &stack::stack_detail::set_undefined_methods_on); umf(); - construct_match(constructor_match(obj), L, argcount, boost + 1 + static_cast(syntax)); + construct_match(constructor_match(obj), L, argcount, boost + 1 + static_cast(syntax)); userdataref.push(); return 1; diff --git a/single/include/sol/forward.hpp b/single/include/sol/forward.hpp index 4089243b..64203a9a 100644 --- a/single/include/sol/forward.hpp +++ b/single/include/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 2019-10-02 06:37:27.657219 UTC -// This header was generated with sol v3.0.3 (revision 3768063) +// Generated 2019-10-02 08:43:39.434050 UTC +// This header was generated with sol v3.0.3 (revision 908074e) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP diff --git a/single/include/sol/sol.hpp b/single/include/sol/sol.hpp index 7373a98c..3bb98b60 100644 --- a/single/include/sol/sol.hpp +++ b/single/include/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 2019-10-02 06:37:26.989637 UTC -// This header was generated with sol v3.0.3 (revision 3768063) +// Generated 2019-10-02 08:43:38.869924 UTC +// This header was generated with sol v3.0.3 (revision 908074e) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -16725,7 +16725,7 @@ namespace sol { stack::stack_detail::undefined_metatable umf(L, &meta[0], &stack::stack_detail::set_undefined_methods_on); umf(); - construct_match(constructor_match(obj), L, argcount, boost + 1 + static_cast(syntax)); + construct_match(constructor_match(obj), L, argcount, boost + 1 + static_cast(syntax)); userdataref.push(); return 1;