From 258b476eb0151590e746824597bf0d333a6145af Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 27 Jan 2006 23:24:42 +0000 Subject: [PATCH] add note (for the day we drop VC6 and can make Copy covar) --- stepmania/src/ScreenTextEntry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } }