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
@@ -6,7 +6,7 @@
#include "RageUtil.h"
#include "LuaBinding.h"
Actor *DynamicActorScroller::Copy() const { return new DynamicActorScroller(*this); }
DynamicActorScroller *DynamicActorScroller::Copy() const { return new DynamicActorScroller(*this); }
void DynamicActorScroller::LoadFromNode( const XNode *pNode )
{