remove CStringArray #define
This commit is contained in:
@@ -44,7 +44,7 @@ bool GroupList::ItemIsOnScreen( int n ) const
|
||||
return offset >= 0 && offset < MAX_GROUPS_ONSCREEN;
|
||||
}
|
||||
|
||||
void GroupList::Load( const CStringArray& asGroupNames )
|
||||
void GroupList::Load( const vector<CString>& asGroupNames )
|
||||
{
|
||||
m_asLabels = asGroupNames;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user