diff --git a/stepmania/src/ActorFrameTexture.cpp b/stepmania/src/ActorFrameTexture.cpp index 63036f19a1..4ff5e13da5 100644 --- a/stepmania/src/ActorFrameTexture.cpp +++ b/stepmania/src/ActorFrameTexture.cpp @@ -20,7 +20,8 @@ ActorFrameTexture::ActorFrameTexture() m_pRenderTarget = NULL; } -ActorFrameTexture::ActorFrameTexture( const ActorFrameTexture &cpy ) +ActorFrameTexture::ActorFrameTexture( const ActorFrameTexture &cpy ): + ActorFrame(cpy) { FAIL_M( "ActorFrameTexture copy not implemented" ); }