Initialize in the correct order.
This commit is contained in:
@@ -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 )
|
||||||
|
|||||||
Reference in New Issue
Block a user