From c39b1a665114ad2a8231f0ea69f9c730cc434070 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 31 Jul 2013 07:02:04 +0200 Subject: Added a few forgotten references. --- src/LuaTask.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LuaTask.cc') diff --git a/src/LuaTask.cc b/src/LuaTask.cc index 30fdef2..fa94621 100644 --- a/src/LuaTask.cc +++ b/src/LuaTask.cc @@ -69,7 +69,7 @@ void Balau::LuaTask::Do() { else m_cell->run(L); } - catch (GeneralException e) { + catch (GeneralException & e) { m_cell->m_exception = new GeneralException(e); } catch (...) { -- cgit v1.2.3