song format: support for nested braces

This commit is contained in:
Andrzej Rybczak
2009-08-14 00:30:17 +02:00
parent 42fee12eb0
commit 8ad1a04b68
3 changed files with 128 additions and 204 deletions

View File

@@ -92,6 +92,7 @@ namespace MPD
Song &operator=(const Song &);
static std::string ShowTime(int);
std::string Format_ParseBraces(std::string::const_iterator &it, std::string::const_iterator end_it) const;
private:
void SetHashAndSlash();