use std::pair instead of two different containters

This commit is contained in:
unK
2008-09-10 10:50:59 +02:00
parent 0e1e3c6342
commit e36bf0a3cc
8 changed files with 132 additions and 118 deletions

View File

@@ -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)