diff --git a/stepmania/src/ScreenTextEntry.cpp b/stepmania/src/ScreenTextEntry.cpp index 78b3a57114..259576dd70 100644 --- a/stepmania/src/ScreenTextEntry.cpp +++ b/stepmania/src/ScreenTextEntry.cpp @@ -108,7 +108,7 @@ void ScreenTextEntry::Init() for( int x=0; x( text.Copy() ); + pbt = static_cast( text.Copy() ); // XXX: Copy() should be covariant this->AddChild( pbt ); } }