From e123fc1a96e3ef431bcb26542e6d030a6527fb06 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 25 Jun 2005 05:06:38 +0000 Subject: [PATCH] virtual --- stepmania/src/ActorFrame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ActorFrame.h b/stepmania/src/ActorFrame.h index 088ef8cc51..b5aef0f910 100644 --- a/stepmania/src/ActorFrame.h +++ b/stepmania/src/ActorFrame.h @@ -31,7 +31,7 @@ public: // // Commands // - void PushSelf( lua_State *L ); + virtual void PushSelf( lua_State *L ); virtual void RunCommandsOnChildren( const LuaReference& cmds ); /* but not on self */ void RunCommandsOnChildren( const apActorCommands& cmds ) { this->RunCommandsOnChildren( *cmds ); } // convenience virtual void RunCommandsOnLeaves( const LuaReference& cmds, Actor* pParent ); /* but not on self */