From 98cf1a9e9a727af7e37141ca66c38f37b7a500dd Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sun, 13 Nov 2016 04:23:06 -0500 Subject: [PATCH] update single --- single/sol/sol.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/single/sol/sol.hpp b/single/sol/sol.hpp index fa5cae33..77b3a772 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 2016-11-13 08:48:07.077032 UTC -// This header was generated with sol v2.15.0 (revision 08a6585) +// Generated 2016-11-13 09:22:49.603892 UTC +// This header was generated with sol v2.15.1 (revision 22e17eb) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -3000,7 +3000,7 @@ namespace sol { catch (const std::exception& e) { lua_pushstring(L, e.what()); } -#if !defined(SOL_EXCEPTIONS_SAFE_PROPOGATION) +#if !defined(SOL_EXCEPTIONS_SAFE_PROPAGATION) catch (...) { lua_pushstring(L, "caught (...) exception"); } @@ -3019,7 +3019,7 @@ namespace sol { catch (const std::exception& e) { lua_pushstring(L, e.what()); } -#if !defined(SOL_EXCEPTIONS_SAFE_PROPOGATION) +#if !defined(SOL_EXCEPTIONS_SAFE_PROPAGATION) catch (...) { lua_pushstring(L, "caught (...) exception"); }