fix warning

This commit is contained in:
Glenn Maynard
2006-01-15 20:30:02 +00:00
parent f6c42a49e5
commit 972558468f
+2 -2
View File
@@ -296,10 +296,10 @@ ScoreScroller::ScoreRowItem::ScoreRowItem()
}
ScoreScroller::ScoreRowItem::ScoreRowItem( const ScoreRowItem &cpy ):
ActorFrame( cpy ),
m_sprFrame( cpy.m_sprFrame ),
m_textTitle( cpy.m_textTitle ),
m_textScore( cpy.m_textScore ),
ActorFrame( cpy )
m_textScore( cpy.m_textScore )
{
if( m_sprFrame.IsLoaded() )
this->AddChild( m_sprFrame );