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
@@ -22,7 +22,7 @@ class HiddenActor: public Actor
{
public:
HiddenActor() { SetHidden(true); }
virtual Actor *Copy() const;
virtual HiddenActor *Copy() const;
};
REGISTER_ACTOR_CLASS_WITH_NAME( HiddenActor, Actor )