diff --git a/luabind/detail/call_function.hpp b/luabind/detail/call_function.hpp index e4e4bf1d..136692dc 100644 --- a/luabind/detail/call_function.hpp +++ b/luabind/detail/call_function.hpp @@ -79,7 +79,7 @@ namespace luabind rhs.m_called = true; } - ~proxy_function_caller() + ~proxy_function_caller() BOOST_NOEXCEPT_IF(false) { if (m_called) return; @@ -249,7 +249,7 @@ namespace luabind rhs.m_called = true; } - ~proxy_function_void_caller() + ~proxy_function_void_caller() BOOST_NOEXCEPT_IF(false) { if (m_called) return;