diff options
Diffstat (limited to 'lib/BLua.cc')
-rw-r--r-- | lib/BLua.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/BLua.cc b/lib/BLua.cc index 1840791..9f77b55 100644 --- a/lib/BLua.cc +++ b/lib/BLua.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: BLua.cc,v 1.44 2007-05-30 06:28:53 pixel Exp $ */ +/* $Id: BLua.cc,v 1.45 2007-05-30 06:36:07 pixel Exp $ */ #include <stdlib.h> #include "BLua.h" @@ -1158,7 +1158,7 @@ void LuaObject::push(Lua * L) throw (GeneralException) { pushed = true; } -void LuaObject::pushme(Lua * L, void * o, bool obj, const String & objname) { +void LuaObject::pushme(Lua * L, void * o, const String & objname, bool obj) { void ** u; bool * b; L->lock(); |