covariant Copy()
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user