diff options
Diffstat (limited to 'includes')
-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 |