fix compilation --with-taglib

This commit is contained in:
Andrzej Rybczak
2009-09-22 23:12:19 +02:00
parent dec7bd9c0e
commit 24627d8493
5 changed files with 25 additions and 31 deletions

View File

@@ -74,6 +74,7 @@ namespace MPD
void SetDisc(const std::string &);
void SetComment(const std::string &);
void SetPosition(unsigned);
void SetLength(unsigned);
void SetNewName(const std::string &name) { itsNewName = name == GetName() ? "" : name; }
std::string GetNewName() const { return itsNewName; }