Initialize in the correct order.

This commit is contained in:
Steve Checkoway
2008-12-26 12:32:48 +00:00
parent 05a5a33cda
commit ef7749175e
+2 -2
View File
@@ -10,8 +10,8 @@ WheelItemBaseData::WheelItemBaseData( WheelItemDataType type, RString sText, Rag
WheelItemBase::WheelItemBase( const WheelItemBase &cpy ): WheelItemBase::WheelItemBase( const WheelItemBase &cpy ):
ActorFrame( cpy ), ActorFrame( cpy ),
m_bExpanded( cpy.m_bExpanded ), m_pData( cpy.m_pData ),
m_pData( cpy.m_pData ) m_bExpanded( cpy.m_bExpanded )
{ {
// FIXME // FIXME
//if( cpy.m_pGrayBar == cpy.m_sprBar ) //if( cpy.m_pGrayBar == cpy.m_sprBar )