Remove m_WheelBaseItemsData and mark MakeItem() as virtual to clarify
This commit is contained in:
@@ -107,8 +107,7 @@ public:
|
|||||||
void RemoveItem( int index );
|
void RemoveItem( int index );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
WheelItemBase *MakeItem();
|
virtual WheelItemBase *MakeItem();
|
||||||
vector<WheelItemBaseData*> m_WheelBaseItemsData;
|
|
||||||
int m_offset;
|
int m_offset;
|
||||||
|
|
||||||
RoomInfoDisplay m_roomInfo;
|
RoomInfoDisplay m_roomInfo;
|
||||||
|
|||||||
Reference in New Issue
Block a user