song: a few tweaks

This commit is contained in:
Andrzej Rybczak
2012-08-28 22:42:43 +02:00
parent 8abae236bb
commit ddeec3aea0
2 changed files with 5 additions and 7 deletions

View File

@@ -54,7 +54,7 @@ struct Song
std::string getLength(unsigned idx = 0) const;
std::string getPriority(unsigned idx = 0) const;
std::string getTags(GetFunction f, const std::string tag_separator = ", ") const;
std::string getTags(GetFunction f, const std::string &tag_separator = ", ") const;
unsigned getHash() const;
unsigned getDuration() const;