From bbfc93a5b990d1009777de1fbd3efd51508f18ce Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 29 Feb 2004 17:44:42 +0000 Subject: First crude try of implementing BS encoding --- includes/luapsx.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'includes/luapsx.h') diff --git a/includes/luapsx.h b/includes/luapsx.h index e1bf600..53d5c4f 100644 --- a/includes/luapsx.h +++ b/includes/luapsx.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: luapsx.h,v 1.1 2004-02-27 04:13:32 pixel Exp $ */ +/* $Id: luapsx.h,v 1.2 2004-02-29 17:44:42 pixel Exp $ */ #ifndef __LUAPSX_H__ #define __LUAPSX_H__ @@ -29,8 +29,6 @@ class Luapsx : public LuaObject { public: static void pushstatics(Lua *) throw (GeneralException); - protected: - virtual void pushmembers(Lua *); }; #endif -- cgit v1.2.3