diff options
| author | pixel <pixel> | 2007-05-30 19:03:22 +0000 | 
|---|---|---|
| committer | pixel <pixel> | 2007-05-30 19:03:22 +0000 | 
| commit | d12ead8fae75e5ad38676e084317516831e6214c (patch) | |
| tree | b43f6678366784036e1882f4ba57972fd76ea407 /lib | |
| parent | 27d838b042df431a9f3fe0ca44da4ef094653526 (diff) | |
Compilation fix...
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/LuaTask.cc | 4 | 
1 files 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 <LuaTask.h>  #include <LuaHandle.h> @@ -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  | 
