summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorJohannes Mueller <github@johannes-mueller.org>2017-08-19 13:49:33 +0200
committerRobin Gareus <robin@gareus.org>2017-08-20 21:09:30 +0200
commit245154d06aa79c7cb75d52a366a2ad3fa9c3a578 (patch)
tree58c811c962790710c07066d5ce7659f16c7e077d /libs/ardour/ardour/route.h
parentae51d5fd4ebb90f782334ac0b4addc0c88e1629c (diff)
Let user add a route template description on saving route templates
Diffstat (limited to 'libs/ardour/ardour/route.h')
-rw-r--r--libs/ardour/ardour/route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/route.h b/libs/ardour/ardour/route.h
index f4f15ff4a9..e66e0784fe 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -381,7 +381,7 @@ public:
boost::weak_ptr<Route> weakroute ();
- int save_as_template (const std::string& path, const std::string& name);
+ int save_as_template (const std::string& path, const std::string& name, const std::string& description );
PBD::Signal1<void,void*> SelectedChanged;