From d12ead8fae75e5ad38676e084317516831e6214c Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 30 May 2007 19:03:22 +0000 Subject: Compilation fix... --- lib/LuaTask.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/LuaTask.cc b/lib/LuaTask.cc index f6f459d..b75a5e3 100644 --- a/lib/LuaTask.cc +++ b/lib/LuaTask.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: LuaTask.cc,v 1.10 2007-05-30 18:59:30 pixel Exp $ */ +/* $Id: LuaTask.cc,v 1.11 2007-05-30 19:03:22 pixel Exp $ */ #include #include @@ -104,7 +104,7 @@ int LuaTask::Do() throw (GeneralException) { delete p; LuaBuffer o(b); o.pushdestruct(L); - L->push((lua_Number) estatus); + L->push((lua_Number) TaskMan::Estatus()); nargs = 2; } #endif -- cgit v1.2.3