diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/BLua.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |