diff options
author | pixel <pixel> | 2004-02-29 17:44:42 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-02-29 17:44:42 +0000 |
commit | bbfc93a5b990d1009777de1fbd3efd51508f18ce (patch) | |
tree | d1b9a9256427447e707109b3e03d75c641e78177 /includes/luapsx.h | |
parent | 852c11ab9698566e3a718b53b7a0527f14707504 (diff) |
First crude try of implementing BS encoding
Diffstat (limited to 'includes/luapsx.h')
-rw-r--r-- | includes/luapsx.h | 4 |
1 files changed, 1 insertions, 3 deletions
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 |