diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2009-08-14 00:30:17 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2009-08-14 00:30:17 +0200 |
commit | 8ad1a04b681b988330381f41b6509d6809cc3298 (patch) | |
tree | 771299b18c68eaac2af6f72c999b641c37c0c414 /src/song.h | |
parent | 42fee12eb0164aad6efa159f2ee451f04d6b2cbf (diff) |
song format: support for nested braces
Diffstat (limited to 'src/song.h')
-rw-r--r-- | src/song.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |