add virtual Copy() to Actor

This commit is contained in:
Glenn Maynard
2005-07-18 22:00:19 +00:00
parent d7c7780f65
commit 55d6382c49
21 changed files with 27 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@
*/
//REGISTER_ACTOR_CLASS( ActorScroller )
REGISTER_ACTOR_CLASS_WITH_NAME( ActorScrollerAutoDeleteChildren, ActorScroller )
Actor *ActorScroller::Copy() const { return new ActorScroller(*this); }
ActorScroller::ActorScroller()