summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/convert.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-02 01:05:14 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-02 01:05:14 +0000
commita5ab2e99e19d5f5d4c1f91f38cd774fefdf257dc (patch)
treed4741f329eea4d523afe3f020e59c9b6983932a7 /libs/pbd/pbd/convert.h
parentdb8b575c30845bafc34b87bacd52129c95d1c478 (diff)
PBD::capitalize() and use it to for the XML node name of a SequenceProperty's history node
git-svn-id: svn://localhost/ardour2/branches/3.0@6719 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/pbd/convert.h')
-rw-r--r--libs/pbd/pbd/convert.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/pbd/pbd/convert.h b/libs/pbd/pbd/convert.h
index e6e063bf41..cbc898011d 100644
--- a/libs/pbd/pbd/convert.h
+++ b/libs/pbd/pbd/convert.h
@@ -38,6 +38,8 @@ double atof (const std::string&);
void url_decode (std::string&);
void url_decode (Glib::ustring&);
+std::string capitalize (const std::string&);
+
// std::string length2string (const int32_t frames, const float sample_rate);
std::string length2string (const int64_t frames, const double sample_rate);