covariant Copy()

This commit is contained in:
Glenn Maynard
2006-10-20 00:17:51 +00:00
parent 7a95f5da5b
commit cd3f228338
47 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
*/
//REGISTER_ACTOR_CLASS( ActorFrame )
REGISTER_ACTOR_CLASS_WITH_NAME( ActorFrameAutoDeleteChildren, ActorFrame )
Actor *ActorFrame::Copy() const { return new ActorFrame(*this); }
ActorFrame *ActorFrame::Copy() const { return new ActorFrame(*this); }
ActorFrame::ActorFrame()