From 6c16139384a26103a37cbdd82138440177eebf0e Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 30 May 2007 06:28:46 +0000 Subject: Introducing objnames. --- include/BLua.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/BLua.h b/include/BLua.h index d9a3fa7..dad6064 100644 --- a/include/BLua.h +++ b/include/BLua.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: BLua.h,v 1.33 2007-05-23 13:04:07 pixel Exp $ */ +/* $Id: BLua.h,v 1.34 2007-05-30 06:28:46 pixel Exp $ */ #ifndef __BLUA_H__ #define __BLUA_H__ @@ -151,7 +151,7 @@ class LuaObject : public Base { void pushdestruct(Lua *) throw (GeneralException); protected: virtual void pushmembers(Lua *) = 0; - void pushme(Lua *, void *, bool = true); + void pushme(Lua *, void *, bool = true, const String & = ""); static void pushit(Lua *, const String &, lua_CFunction); static void pushmeta(Lua *, const String &, lua_CFunction); bool wantdestruct, pushed; -- cgit v1.2.3