fix compilation --without-taglib

This commit is contained in:
Andrzej Rybczak
2012-08-29 09:07:20 +02:00
parent ddeec3aea0
commit 4cb0e2232a
22 changed files with 609 additions and 247 deletions

View File

@@ -31,7 +31,7 @@ class SongInfo : public Screen<Scrollpad>
{
const char *Name;
MPD::Song::GetFunction Get;
//MPD::Song::SetFunction Set;
MPD::MutableSong::SetFunction Set;
};
virtual void SwitchTo();