add note (for the day we drop VC6 and can make Copy covar)

This commit is contained in:
Glenn Maynard
2006-01-27 23:24:42 +00:00
parent 3ced24bd13
commit 258b476eb0
+1 -1
View File
@@ -108,7 +108,7 @@ void ScreenTextEntry::Init()
for( int x=0; x<KEYS_PER_ROW; ++x )
{
BitmapText *&pbt = m_ptextKeys[r][x];
pbt = static_cast<BitmapText *>( text.Copy() );
pbt = static_cast<BitmapText *>( text.Copy() ); // XXX: Copy() should be covariant
this->AddChild( pbt );
}
}