summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/route.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-11-13 16:14:09 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2015-11-13 16:14:49 -0500
commitb6925e274f3cdec66040cbef50740be221efd0b4 (patch)
tree722c0bcae24913d9a3c2991b9dc37dabf393063f /libs/ardour/ardour/route.h
parentf5e71fd817248c1c1123590951fb9837c3c4f7eb (diff)
substantial part of infrastructure required for track/bus duplication
This includes removing the removal of ID values in XML, and its replacement with thread-local forcing of ID resets, implemented in a previous commit
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 7e428ed6e2..31c8b09cec 100644
--- a/libs/ardour/ardour/route.h
+++ b/libs/ardour/ardour/route.h
@@ -101,7 +101,7 @@ class LIBARDOUR_API Route : public SessionObject, public Automatable, public Rou
void set_comment (std::string str, void *src);
bool set_name (const std::string& str);
- static void set_name_in_state (XMLNode &, const std::string &);
+ static void set_name_in_state (XMLNode &, const std::string &, bool rename_playlist = true);
uint32_t order_key () const;
bool has_order_key () const;