use std::pair instead of two different containters
This commit is contained in:
@@ -250,6 +250,11 @@ string TotalPlaylistLength()
|
||||
return result;
|
||||
}
|
||||
|
||||
string DisplayStringPair(const StringPair &pair, void *null)
|
||||
{
|
||||
return pair.first;
|
||||
}
|
||||
|
||||
string DisplayItem(const Item &item, void *)
|
||||
{
|
||||
switch (item.type)
|
||||
|
||||
Reference in New Issue
Block a user