summaryrefslogtreecommitdiff
path: root/src/song.h
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2009-08-14 00:30:17 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2009-08-14 00:30:17 +0200
commit8ad1a04b681b988330381f41b6509d6809cc3298 (patch)
tree771299b18c68eaac2af6f72c999b641c37c0c414 /src/song.h
parent42fee12eb0164aad6efa159f2ee451f04d6b2cbf (diff)
song format: support for nested braces
Diffstat (limited to 'src/song.h')
-rw-r--r--src/song.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/song.h b/src/song.h
index de69223d..bb0ca0b3 100644
--- a/src/song.h
+++ b/src/song.h
@@ -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();